Skip to content

Commit

Permalink
Add collision mesh optimization demo (#2)
Browse files Browse the repository at this point in the history
* add convex decomp demo

Signed-off-by: Ian Chen <[email protected]>

* add convex decomp low

Signed-off-by: Ian Chen <[email protected]>

* switch low res to convex hull

Signed-off-by: Ian Chen <[email protected]>

* move dir

Signed-off-by: Ian Chen <[email protected]>

* add breakfast menu original model with updated texture name

Signed-off-by: Ian Chen <[email protected]>

* update texture name

Signed-off-by: Ian Chen <[email protected]>

* Move breakfast_menu models to "models" directory

Signed-off-by: Addisu Z. Taddese <[email protected]>

---------

Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
iche033 and azeey authored Sep 24, 2024
1 parent cdc7932 commit 9e03c30
Show file tree
Hide file tree
Showing 31 changed files with 91,165 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions ionic_demo/models/breakfast_menu_convex_hull/meshes/model.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2020 Google LLC.
#
# This work is licensed under the Creative Commons Attribution 4.0
# International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/4.0/ or send a letter
# to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
newmtl material_0
# shader_type beckmann
map_Kd ../materials/textures/breakfast_menu_diffuse.png

# Kd: Diffuse reflectivity.
Kd 1.000000 1.000000 1.000000
Loading

0 comments on commit 9e03c30

Please sign in to comment.