This website works better with JavaScript
Home
Explore
Help
Sign In
lovr
/
lovr-docs
mirror of
https://github.com/bjornbytes/lovr-docs.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Model -> 3D_Model;
bjorn
7 years ago
parent
c1bd0914a2
commit
4977993484
5 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
0
0
examples/3D_Model/conf.lua
0
0
examples/3D_Model/duck.dae
0
0
examples/3D_Model/duck.png
0
0
examples/3D_Model/main.lua
1
1
examples/init.lua
+ 0
- 0
examples/Model/conf.lua → examples/3D_Model/conf.lua
View File
+ 0
- 0
examples/Model/duck.dae → examples/3D_Model/duck.dae
View File
+ 0
- 0
examples/Model/duck.png → examples/3D_Model/duck.png
View File
+ 0
- 0
examples/Model/main.lua → examples/3D_Model/main.lua
View File
+ 1
- 1
examples/init.lua
View File
@@ -1,6 +1,6 @@
return {
return {
'Primitives',
'Primitives',
- 'Model',
+ '
3D_
Model',
'Panorama',
'Panorama',
'Lighting',
'Lighting',
'Physics',
'Physics',