Difference between revisions of "Spatial Objects"

From Constructive Labs
Jump to navigation Jump to search
Line 11: Line 11:
  
 
[[File:SpatialButtons.png]]
 
[[File:SpatialButtons.png]]
 +
 +
  
 
* '''Containers->Composite''' - for grouping objects
 
* '''Containers->Composite''' - for grouping objects
 
* '''CollisionTrigger''' - sends a message when an object collides with it - needs to be wired to things to be useful
 
* '''CollisionTrigger''' - sends a message when an object collides with it - needs to be wired to things to be useful
 
* '''Gui->GuiKeyboard''' - displays a keyboard to type on - needs to be wired to things to be useful
 
* '''Gui->GuiKeyboard''' - displays a keyboard to type on - needs to be wired to things to be useful
+
 
 
==Sound & Light==
 
==Sound & Light==
 
* '''Sound''' - add an object that plays audio
 
* '''Sound''' - add an object that plays audio
 
* '''Lights''' - objects that emit light to illuminate the scene
 
* '''Lights''' - objects that emit light to illuminate the scene

Revision as of 13:33, 7 April 2021

Spatial->Visual - are objects you can see.

SpatialVisual.png

Other spatial objects

SpatialAnimation.png

  • Animation->timeline - needs to be wired to things to be useful

Buttons

  • MomentaryButton
  • ToggleButton

SpatialButtons.png


  • Containers->Composite - for grouping objects
  • CollisionTrigger - sends a message when an object collides with it - needs to be wired to things to be useful
  • Gui->GuiKeyboard - displays a keyboard to type on - needs to be wired to things to be useful

Sound & Light

  • Sound - add an object that plays audio
  • Lights - objects that emit light to illuminate the scene