scene

Root element

node types

  • node: use node in actual context
  • _node: create node out of context
see: house.groovy

value

as: |backClipDistance|

atributes

  • backClipDistance [Float]

nodes

Examples

1
2
3
scene = BUILDER._scene(){
    // scene content
};