LightsprintSDK 2021.08.08
|
#include <RRObject.h>
Public Member Functions | |
FaceGroup () | |
FaceGroup (RRMaterial *_material, unsigned _numTriangles) | |
bool | operator== (const FaceGroup &a) const |
bool | operator!= (const FaceGroup &a) const |
Public Attributes | |
RRMaterial * | material |
unsigned | numTriangles |
Specifies material assigned to a group of triangles.
|
inline |
|
inline |
|
inline |
|
inline |
RRMaterial* rr::RRObject::FaceGroup::material |
Material assigned to all triangles in group. Must not be nullptr.
unsigned rr::RRObject::FaceGroup::numTriangles |
Number of triangles in group.