VoxelFarm::CCopyPasteMesh Class Reference

Mesh collection for copy & paste. More...

#include <Clipboard.h>

Inheritance diagram for VoxelFarm::CCopyPasteMesh:
VoxelFarm::IMeshStampSource

Public Member Functions

 CCopyPasteMesh (MaterialMeshArray *instances, Algebra::Matrix transform)
 
virtual int getSolidCount ()
 Returns the number of solids.
 
virtual MaterialId getSolidMaterial (int solid)
 Returns the material of a solid.
 
virtual int getFaceCount (int solid)
 Returns the number of faces in a solid.
 
virtual void getFace (int solid, int index, Algebra::Vector &v0, Algebra::Vector &v1, Algebra::Vector &v2)
 Get the vertices of a face of a solid.
 

Detailed Description

Mesh collection for copy & paste.

Definition at line 43 of file Clipboard.h.


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