Skip to content

Commit

Permalink
update udim example to be a simple cube
Browse files Browse the repository at this point in the history
  • Loading branch information
ld-kerley committed Dec 20, 2024
1 parent 149e5ec commit 7ba8f10
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 143,278 deletions.
143,277 changes: 0 additions & 143,277 deletions resources/Geometry/udim_bunny.obj

This file was deleted.

41 changes: 41 additions & 0 deletions resources/Geometry/udim_cube.obj
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# This file uses centimeters as units for non-parametric coordinates.
g
v -0.500000 -0.500000 0.500000
v 0.500000 -0.500000 0.500000
v -0.500000 0.500000 0.500000
v 0.500000 0.500000 0.500000
v -0.500000 0.500000 -0.500000
v 0.500000 0.500000 -0.500000
v -0.500000 -0.500000 -0.500000
v 0.500000 -0.500000 -0.500000
vt 0.99 0.01
vt 0.99 1.01
vt 1.01 0.01
vt 2.01 0.99
vt 2.01 1.01
vt 1.99 0.99
vt 1.01 1.01
vt 2.99 2.01
vt 1.01 1.99
vt 1.99 1.99
vt 2.99 0.01
vt 2.99 0.99
vt 0.01 0.01
vt 0.01 0.99
vt 2.01 0.01
vt 0.99 1.99
vt 1.99 0.01
vt 0.01 1.01
vt 0.01 1.99
vt 0.99 0.99
vt 2.01 2.01
vt 1.99 1.01
vt 1.01 0.99
vt 2.99 1.
g
f 1/18 2/2 4/16 3/19
f 3/3 4/17 6/6 5/23
f 5/5 6/24 8/8 7/21
f 7/7 8/22 2/10 1/9
f 2/15 8/11 6/12 4/4
f 7/13 1/1 3/20 5/14
Binary file modified resources/Images/udim_bunny/grid_1001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/Images/udim_bunny/grid_1002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/Images/udim_bunny/grid_1003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/Images/udim_bunny/grid_1011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/Images/udim_bunny/grid_1012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/Images/udim_bunny/grid_1013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</image>

<geominfo name="G_Bunny" geom="/">
<geomprop name="udimset" type="stringarray" value="1001, 1002, 1003" />
<geomprop name="udimset" type="stringarray" value="1001, 1002, 1003, 1011, 1012, 1013" />
</geominfo>

<standard_surface name="S_Bunny" type="surfaceshader">
Expand Down

0 comments on commit 7ba8f10

Please sign in to comment.