Oolite 1.91.0.7644-241112-7f5034b
|
#include <OODrawable.h>
Instance Methods | |
(void) | - renderOpaqueParts |
(void) | - renderTranslucentParts |
(BOOL) | - hasOpaqueParts |
(BOOL) | - hasTranslucentParts |
(GLfloat) | - collisionRadius |
(GLfloat) | - maxDrawDistance |
(BoundingBox) | - boundingBox |
(void) | - setBindingTarget: |
(void) | - dumpSelfState |
(NSSet *) | - allTextures |
(size_t) | - totalSize |
Definition at line 36 of file OODrawable.h.
- (NSSet *) allTextures |
Reimplemented in OOMesh, and OOSkyDrawable.
Definition at line 1 of file OODrawable.m.
- (BoundingBox) boundingBox |
Definition at line 1 of file OODrawable.m.
- (GLfloat) collisionRadius |
Definition at line 1 of file OODrawable.m.
- (void) dumpSelfState |
- (BOOL) hasOpaqueParts |
Reimplemented in OOMesh, and OOSkyDrawable.
Definition at line 1 of file OODrawable.m.
- (BOOL) hasTranslucentParts |
Definition at line 1 of file OODrawable.m.
- (GLfloat) maxDrawDistance |
- (void) renderOpaqueParts |
- (void) renderTranslucentParts |
Definition at line 1 of file OODrawable.m.
- (void) setBindingTarget: | (id<OOWeakReferenceSupport>) | target |
Reimplemented in OOMesh.
Definition at line 1 of file OODrawable.m.
- (size_t) totalSize |
Reimplemented in OOMesh, and OOSkyDrawable.
Definition at line 1 of file OODrawable.m.