Sets the coefficients a, b, and c for the quadratic function used for distance attenuation
of the light represented by this PointLight object to the specified double values.
Sets the Editable object used by this EditablePropertiesTableModel object to the specified
Editable object and notifies listeners that all table data may have changed.
Sets the set of Editable objects that this panel object modifies to those stored by the specified Set object
and updates the panel to reflect the change.
Sets the set of Editable objects that this panel object modifies to those stored by the specified Set
object and updates the panel to reflect the change.
Sets the angle measurements (in radians) used to rotate this AbstractSurface about the x, y, and z axes when it is rendered
to the specified double values.
Sets the TransformMatrix object at the specified index used to transform this Surface object when it is rendered
to the TransformMatrix object specified.
Sets the TransformMatrix objects used to transform this AbstractSurface when it is rendered
to those stored in the specified TransformMatrix object array.
Sets the value of the Editable object property that is represented in the cell
at the specified row and column index to the specified value and notifies listeners
that the cell value may have changed.
If the value of vdt is set to anything greater than 0.0, the time interval for each
iteration will be set so that it is the value of vdt divided by the average velocity
of the objects in the screen.
Calculates a color value for this AbstractSurface using the sum of the values
calculated by the Shader objects stored by this AbstractSurface and the parent
of this AbstractSurface and returns this value as an RGB object.
A ShaderEditPanel object can be used to allow a user to set the editable properties
of members of a shader tree (assuming that they implement the Editable interface).
Sphere() -
Constructor for class net.sf.j3d.physics.Sphere
Constructs a new Sphere object using (0.0, 0.0, 0.0) for all vector values
1.0 for mass, 1.0 for the coefficient of restitution, and 4 for the radial sample.