fix (collisions) fix collision filter group ACEs
Construct 3 3D Physics » Devlog
Also deprecate older Cannon filter and mask ACEs
Files
mikal_cannon_3d_physics-2.12.0.c3addon 1.4 MB
Jun 06, 2024
Get Construct 3 3D Physics
Buy Now$10.00 USD or more
Construct 3 3D Physics
3D Physics behavior for Construct 3 with support for 3DShape and 3DObject
Status | In development |
Category | Assets |
Author | kindeyegames |
Tags | construct-3 |
More posts
- Update Rapier Character Controller example18 days ago
- Fix (castRay/castShape) double trigger18 days ago
- New 3D Level Editor using KindEyeGames plugins!23 days ago
- feat (body) add set Restitution and Friction ACEs31 days ago
- fix (cast) fix shapecast batch, multiple, and miss62 days ago
- feat (body) add ACE to override body size67 days ago
- (feat) Add sensor support for character controller collisions82 days ago
- Add model mesh - courtesy of Foozle89 days ago
- Add On physics ready triggerJul 27, 2024
- Add shape cast thanks to Foozle!Jul 26, 2024
Comments
Log in with itch.io to leave a comment.
Can you look into collision filters in raycast?
I'm not sure if it is available, but will look. Is there an issue you are having with raycasts?
Yes, I was trying to do collision filter with raycast.
Are there plans to use a 3d models geometry as the collision shape? not optimized it can be a huge performance sink. but it would be great to hide a simplified 3d object that represents the worlds collision alongside a separate one for the visual.
Not right now, perhaps later. Can you show an example of the shapes?
I don't have an exact model. But for a racer it would involve the parts of the map you actually race on. and for a platformer/shooter it would be buildings, cave systems, and so on. placing individual colliders would be time consuming. and some geometry does not fit cleanly inside primitive shapes.