Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ExampleCameraController cameraController;
  2. BallController ballController;
  3. ExampleRenderable *ball;
  4. PxMaterial *groundMaterial = nullptr;
  5. PxMaterial *ballMaterial = nullptr;
  6. PxRigidStatic* groundBody = nullptr;
  7. PxRigidDynamic* ballBody= nullptr;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement