house/scene/example.pr

20 lines
359 B
Plaintext

<sprite "light" <hemispheric-light <v 0.0 1.0 0.0>>>
<sprite "ground"
<texture
"textures/grass-256x256.jpg"
<v 0.1 0.1>
<v 0.0 0.0>
<floor <ground <v 30.0 30.0>>>>>
<sprite "box"
<move <v 1.0 1.5 3.0>
<texture "textures/grass-256x256.jpg" <floor <box>>>>>
<sprite "box2"
<move <v -1.0 0.5 3.0>
<floor
<color 1.0 0.0 0.0 0.5 <box>>>>>
[]