Stationary objects are objects such as floors and walls that may collide with other objects but which do not move in response to collisions. Stationary objects do not have their own velocities or acceleration.Starting in breve 2.6, stationary objects can be moved and rotated after being created using methods in Real. The shapes can also be changed dynamically using the set-shape method in Real.
Setting Up the Stationary Object
Changing the Appearence of the Object
Informs this object that it should display shadows (and/or reflections) of Mobile objects. The shadows and reflections will always be shown on the plane of the object pointing upwards on the Y axis--that is to say, the plane with normal (0, 1, 0). If the object does not have a plane with normal (0, 1, 0), the shadows and reflections will not be displayed correctly. This method must be used in conjunction with the method enable-shadows (Control).
Before using this method, you should also refer to an improved shadowing technique outlined in OBJECTMETHOD(Control.tz:enable-shadow-volumes).