Properties

CC3PlaneNode Class Reference

CC3PlaneNode is a type of CC3MeshNode that is specialized to display planes and simple rectanglular meshes. More...

#import <CC3MeshNode.h>

Inheritance diagram for CC3PlaneNode:
Inheritance graph
[legend]
Collaboration diagram for CC3PlaneNode:
Collaboration graph
[legend]

List of all members.

Properties

CC3Plane plane

Detailed Description

CC3PlaneNode is a type of CC3MeshNode that is specialized to display planes and simple rectanglular meshes.

Since a plane is a mesh like any other mesh, the functionality required to create and manipulate plane meshes is present in the CC3MeshNode class, and if you choose, you can create and manage plane meshes using that class alone. Some plane-specific functionality is defined within this class.

Several convenience methods exist in the CC3MeshNode class to aid in constructing a CC3PlaneNode instance:


Property Documentation

- (CC3Plane) plane [read, assign]

Returns a CC3Plance structure corresponding to this plane.

This structure is built from the first three location vertices of the mesh, in their drawing order.


The documentation for this class was generated from the following file: