-
-
Notifications
You must be signed in to change notification settings - Fork 6
LUA Bindings Reference
Jakob Flierl edited this page Jun 12, 2016
·
10 revisions
-
Viewer - instance
v
in the Lua editor
Base class Object, derived classes:
Base class Mesh derived classes:
See src/wrapper/lua_bullet.cpp
Registered classes:
- btVector3
- btVector4
- btBoxShape
- btConeShape
- btRigidBody
- btTransform
- btWheelInfo
- btConeShapeX
- btConeShapeZ
- btQuaternion
- btConvexShape
- btMotionState
- btSphereShape
- btCapsuleShape
- btConcaveShape
- btCapsuleShapeX
- btCapsuleShapeZ
- btCompoundShape
- btCylinderShape
- btTriangleShape
- btBU_Simplex1to4
- btCollisionShape
- btCylinderShapeX
- btCylinderShapeZ
- btRaycastVehicle
- btCollisionObject
- btConvexHullShape
- btHingeConstraint
- btTriangleShapeEx
- btTypedConstraint
- btMultiSphereShape
- btSliderConstraint
- btVehicleRaycaster
- btDefaultMotionState
- btTetrahedronShapeEx
- btConvexInternalShape
- btUniformScalingShape
- btUniversalConstraint
- btGeneric6DofConstraint
- btPoint2PointConstraint
- btPolyhedralConvexShape
- btStridingMeshInterface
- btConvexTriangleMeshShape
- btDefaultVehicleRaycaster
- btGeneric6DofSpringConstraint
- btConvexInternalAabbCachingShape
- btHingeAccumulatedAngleConstraint
- btPolyhedralConvexAabbCachingShape
- btRigidBodyConstructionInfo
- btVehicleTuning
bpp -f demo/basic/00-luabind.lua
bpp -f demo/basic/00-luabind.lua -l "info(Cam())"