SoVRMLGridShape Properties |
The SoVRMLGridShape type exposes the following members.
Name | Description | |
---|---|---|
![]() | boundingBoxIgnoring | Whether to ignore this node during bounding box traversal. |
![]() | color | An SoVRMLColor node whose colors are applied to the vertices or faces of the ElevationGrid. |
![]() | colorPerVertex | If true, colors are applied to the vertices of the ElevationGrid. |
![]() | height | xDimension by zDimension array of scale factors representing the height above the grid for each vertex. |
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
![]() | metadata | Specifies the metadata node. |
![]() | normal | An SoVRMLNormalNode containing the normals. |
![]() | normalPerVertex | If true, normals are applied to the vertices of the ElevationGrid. |
![]() | texCoord | An SoVRMLTextureCoordinate node. |
![]() | UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) |
![]() | xDimension | Number of divisions of the grid in the X direction. |
![]() | xSpacing | Distance between the vertices in the X direction. |
![]() | zDimension | Number of divisions of the grid in the Z direction. |
![]() | zSpacing | Distance between the vertices in the Z direction. |