-
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 uniform scaling is used for transformations),
-
TCastleTransform.CollisionSphereRadius
is visible in the editor, -
Added various properties to Basic tab on editor,
-
Nicer editor behavior when toggling
TCastleViewport.AutoCamera
(or changing MainScene when AutoCamera=true), it will now immediately update the camera, -
Fix editor main window hiding on Windows,
-
Fix editor crash when toggling multiple components property at once (remember: you can select multiple objects with Ctrl in the hierarchy),
-
Improved shadow maps cooperation with X3D 4 nodes.
3 Likes