Weisl / Collider-Tools

This addon allows you to create collider meshes more easily. It provides different operators to generate primitve colliders or convex mesh colliders out of a selection.
GNU General Public License v3.0
29 stars 6 forks source link

[Request] Generation of occlusion meshes #482

Closed xCuri0 closed 1 day ago

xCuri0 commented 1 month ago

Is this currently possible to do with Collider Tools ?

Currently I'm just making occlusion boxes manually

Weisl commented 1 month ago

I am not sue what you mean with occlusion boxes. You can create boxes an other primitives surounding an arbitrary mesh and use it for anything you want.

xCuri0 commented 1 month ago

Something like this (manually created) image

The white box is used by the game engine to tell it not to draw anything behind it. I've seen some game engines let you automatically generate these but what I'm making for doesn't so have to manually create them.

Only open source example I could find of generating them was https://github.com/karimnaaji/melt

Weisl commented 1 day ago

Will not be supported.