Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/3d-duck.apls
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ camera ,←⊂ 0 1 0 ⍝ Camera up vector (rotation towards target)
camera ,←⊂ 45 ⍝ Camera field-of-view Y
camera ,←⊂ rl.CameraProjection.CAMERA_PERSPECTIVE ⍝ Camera type

model ← rl.LoadModel 'OBJ/RubberDuck_LOD0.obj'
model ← rl.LoadModel 'assets/DyalogDuck/RubberDuck_LOD0.obj'

frame←0
⍝ For every frame till user closes the window
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
# File Created: 10.07.2019 23:38:28
newmtl RubberDuck
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka dyalog.png
map_Kd dyalog.png
map_bump Map__5_Normal_Bump.png
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
# File Created: 10.07.2019 23:38:28

newmtl RubberDuck
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka dyalog.png
map_Kd dyalog.png
map_bump Map__5_Normal_Bump.png
Loading