![]() |
Oolite 1.91.0.7668-250429-8542c40
|
Instance Methods | |
(void) | - drawOctreeFromLocation:loc:scale: |
(void) | - drawOctreeCollisionFromLocation:loc:scale: |
(BOOL) | - hasCollision |
(void) | - setHasCollision: |
(Octree_details) | - octreeDetails |
- (void) drawOctreeCollisionFromLocation: | (uint32_t) | ||
loc: | (GLfloat) | ||
scale: | (Vector) | offset |
Extends class Octree.
Definition at line 289 of file Octree.m.
References drawTestForCollisions, OO_ENTER_OPENGL, OOGL, OOGLBEGIN, and OOGLEND.
- (void) drawOctreeFromLocation: | (uint32_t) | ||
loc: | (GLfloat) | ||
scale: | (Vector) | offset |
Extends class Octree.
Definition at line 204 of file Octree.m.
References OCTREE_COLOR, and OO_ENTER_OPENGL.
- (BOOL) hasCollision |
Extends class Octree.
Definition at line 139 of file Octree.m.
References hasCollision.
Referenced by hasCollision, Octree::isHitByOctree:withOrigin:andIJK:, and Octree::isHitByOctree:withOrigin:andIJK:andScales:s1:.
- (Octree_details) octreeDetails |
Extends class Octree.
Definition at line 151 of file Octree.m.
References octreeDetails.
Referenced by Octree::isHitByOctree:withOrigin:andIJK:, Octree::isHitByOctree:withOrigin:andIJK:andScales:s1:, octreeDetails, Octree::randomPoint, and Octree::volume.
- (void) setHasCollision: | (BOOL) | value |
Extends class Octree.
Definition at line 145 of file Octree.m.
Referenced by Octree::isHitByOctree:withOrigin:andIJK:, and Octree::isHitByOctree:withOrigin:andIJK:andScales:s1:.