Torque 3D - Script Manual: ConvexShape Class Reference

TorqueScript

Main   Class List   Namespace List   Online

ConvexShape Class Reference
[Miscellaneous]

A renderable, collidable convex shape defined by a collection of surface planes. More...

Inheritance diagram for ConvexShape:

List of all members.

Public Attributes

Rendering

string Material
 Material used to render the ConvexShape surface.
Internal

string surface
 Do not modify, for internal use.

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

A renderable, collidable convex shape defined by a collection of surface planes.

ConvexShape is intended to be used as a temporary asset for quickly blocking out a scene or filling in approximate shapes to be later replaced with final assets. This is most easily done by using the WorldEditor's Sketch Tool.


Member Data Documentation

Material used to render the ConvexShape surface.

Do not modify, for internal use.



Copyright © GarageGames, LLC. All Rights Reserved.