Skip to content

Commit 7ce504a

Browse files
committed
Add an example of using external OBJ models
1 parent e650591 commit 7ce504a

File tree

9 files changed

+46194
-1
lines changed

9 files changed

+46194
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.obj binary

examples/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
all: short long
55

6-
short: bauble.png canvas3d.png linelight.png solidgeometry.png textures.png translucency.png
6+
short: bauble.png canvas3d.png linelight.png solidgeometry.png teaset.png textures.png translucency.png
77

88
long: bounce.png hoops.png physics.png smoke.png video.png
99

@@ -31,6 +31,9 @@ smoke.png: smoke.fl
3131
solidgeometry.png: solidgeometry.fl
3232
flitter --offscreen --lockstep --fps=1 --runtime=1 --define "OUTPUT=$@" $<
3333

34+
teaset.png: teaset.fl
35+
flitter --offscreen --lockstep --fps=1 --runtime=1 --define "OUTPUT=$@" $<
36+
3437
textures.png: textures.fl
3538
flitter --offscreen --lockstep --fps=1 --runtime=1 --define "OUTPUT=$@" $<
3639

0 commit comments

Comments
 (0)