Registriert seit: 4. Jun 2010
15.671 Beiträge
|
Interactive example showing our collision routines, various engine and editor improve
10. Jan 2021, 13:00
I made a nice new example to demonstrate our collision checking routines examples/3d_rendering_processing/collisions: TCastleTransform.Move – move, with collision checking and wall-sliding Viewport.Items.WorldBoxCollision – detect collisions with axis-aligned box in 3D Viewport.Items.WorldSphereCollision – detect collisions with sphere in 3D Viewport.Items.WorldRayCollision – detect collisions with ray in 3D Sphere collisions are now more precise (at least when …
|