demo.scene 191 B

12345678910111213141516
  1. scene
  2. {
  3. path = res/demo.gpb
  4. ambientColor = 1, 1, 1
  5. node box
  6. {
  7. material = res/demo.material#lambert2
  8. }
  9. physics
  10. {
  11. gravity = 0.0, -9.8, 0.0
  12. }
  13. }