CollisionInvSphere
from panda3d.core import CollisionInvSphere
- class CollisionInvSphere
Bases:
Bases:
CollisionSphere
An inverted sphere: this is a sphere whose collision surface is the inside surface of the sphere. Everything outside the sphere is solid matter; everything inside is empty space. Useful for constraining objects to remain within a spherical perimeter.
Inheritance diagram
- static getClassType() TypeHandle