Main   Class List   Namespace List   Wiki

fxShapeReplicatedStatic Class Reference
[Foliage]

The object definition for shapes that will be replicated across an area using an fxShapeReplicator. More...

Inheritance diagram for fxShapeReplicatedStatic:
Inheritance graph
[legend]

List of all members.

Public Attributes

Collision

bool allowPlayerStep
 Allow a Player to walk up sloping polygons in the TSStatic (based on the collisionType).
TSMeshType collisionType
 The type of mesh data to use for collision queries.
TSMeshType decalType
 The type of mesh data used to clip decal polygons against.
Debug

int forceDetail
 Forces rendering to a particular detail level.
float renderNormals
 Debug rendering mode shows the normals for each point in the TSStatic's mesh.
Rendering

bool meshCulling
 Enables detailed culling of meshes within the TSStatic. Should only be used with large complex shapes like buildings which contain many submeshes.
bool originSort
 Enables translucent sorting of the TSStatic by its origin instead of the bounds.
bool playAmbient
 Enables automatic playing of the animation sequence named "ambient" (if it exists) when the TSStatic is loaded.
Media

filename shapeName
 Path and filename of the model file (.DTS, .DAE) to use for this TSStatic.

Static Public Attributes

static bool isRenderable
 Disables rendering of all instances of this type.
static bool isSelectable
 Disables selection of all instances of this type.

Detailed Description

The object definition for shapes that will be replicated across an area using an fxShapeReplicator.


Member Data Documentation

Allow a Player to walk up sloping polygons in the TSStatic (based on the collisionType).

When set to false, the slightest bump will stop the player from walking on top of the object.

The type of mesh data to use for collision queries.

The type of mesh data used to clip decal polygons against.

Forces rendering to a particular detail level.

Disables rendering of all instances of this type.

Reimplemented from SceneObject.

Disables selection of all instances of this type.

Reimplemented from SceneObject.

Enables detailed culling of meshes within the TSStatic. Should only be used with large complex shapes like buildings which contain many submeshes.

Enables translucent sorting of the TSStatic by its origin instead of the bounds.

Enables automatic playing of the animation sequence named "ambient" (if it exists) when the TSStatic is loaded.

Debug rendering mode shows the normals for each point in the TSStatic's mesh.

Path and filename of the model file (.DTS, .DAE) to use for this TSStatic.



Copyright © GarageGames, LLC. All Rights Reserved.