| Support Forum G3D Web Page |
Public Types | |
| enum | Value { NONE = 0, FRONT = 0x0404, BACK = 0x0405, FRONT_AND_BACK = 0x0408, CURRENT } |
| Don't use this enum; use CullFace instances instead. More... | |
Public Member Functions | |
| CullFace (const String &x) | |
| CullFace (const G3D::Any &a) | |
| CullFace (char v) | |
| CullFace () | |
| CullFace (const Value v) | |
| bool | operator!= (const CullFace other) const |
| bool | operator!= (const CullFace::Value other) const |
| CullFace & | operator= (const Any &a) |
| bool | operator== (const CullFace other) const |
| bool | operator== (const CullFace::Value other) const |
| Any | toAny () const |
| const char * | toString () const |
Public Attributes | |
| Value | value |
| enum G3D::CullFace::Value |
Don't use this enum; use CullFace instances instead.
| Enumerator | |
|---|---|
| NONE | |
| FRONT | |
| BACK | |
| FRONT_AND_BACK | |
| CURRENT | |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
Referenced by operator=().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by toAny().
| Value G3D::CullFace::value |
Referenced by HashTrait< G3D::CullFace >::hashCode(), operator!=(), operator=(), operator==(), and toString().
1.8.15