added walls to scenegraph
This commit is contained in:
parent
533ed0ea98
commit
d6f4c60c18
|
@ -22,6 +22,10 @@ model 5
|
||||||
file ../obj/laptop/Laptop.obj
|
file ../obj/laptop/Laptop.obj
|
||||||
texture ../texture/laptop/Laptop.png
|
texture ../texture/laptop/Laptop.png
|
||||||
|
|
||||||
|
model 6
|
||||||
|
file ../obj/walls/Chalkboard_Walls_Ground.obj
|
||||||
|
texture ../texture/walls/Wooden_Wall.png
|
||||||
|
|
||||||
# Reihe 1 #
|
# Reihe 1 #
|
||||||
|
|
||||||
# Platz 1 #
|
# Platz 1 #
|
||||||
|
@ -1605,7 +1609,7 @@ use 4
|
||||||
name myTable1
|
name myTable1
|
||||||
scale 1.0 1.0 1.0
|
scale 1.0 1.0 1.0
|
||||||
rotateX 0.0
|
rotateX 0.0
|
||||||
rotateY 3.1
|
rotateY 3.14159
|
||||||
rotateZ 0.0
|
rotateZ 0.0
|
||||||
translate 0.3 0.0 -0.7
|
translate 0.3 0.0 -0.7
|
||||||
parent 0
|
parent 0
|
||||||
|
@ -1621,3 +1625,15 @@ rotateY 0.0
|
||||||
rotateZ 0.0
|
rotateZ 0.0
|
||||||
translate 1.0 0.8 1.0
|
translate 1.0 0.8 1.0
|
||||||
parent 0
|
parent 0
|
||||||
|
|
||||||
|
# Walls 1 #
|
||||||
|
|
||||||
|
obj 144
|
||||||
|
use 6
|
||||||
|
name myWall1
|
||||||
|
scale 1.3 1.3 1.3
|
||||||
|
rotateX 0.0
|
||||||
|
rotateY 3.14159
|
||||||
|
rotateZ 0.0
|
||||||
|
translate 0.0 -0.5 -4.20
|
||||||
|
parent 138
|
Loading…
Reference in New Issue