Skip to content

class_spatial

reduz edited this page Feb 23, 2014 · 10 revisions

Spatial

Inherits: Node\n\n### Brief Description
Base class for all 3D nodes.

Member Functions

Numeric Constants

  • NOTIFICATION_TRANSFORM_CHANGED = 29 - Spatial nodes receive this notifacation with their global transform changes. This means that either the current or a parent node changed it's transform.
  • NOTIFICATION_ENTER_WORLD = 41
  • NOTIFICATION_EXIT_WORLD = 42

Description

Spatial is the base for every type of 3D node. It contains a 3D transform which can be set or get as local or global. If a Spatial node has Spatial children, their transforms will be relative to the parent.

Member Function Description

== set_transform ==

Clone this wiki locally