About Store Forum Documentation Contact



Post Reply 
Cutting mesh on force vector
Author Message
ronghester Offline
Member

Post: #1
Cutting mesh on force vector
I want to show the destruction of object upon collision with other object. To show the destruction realistically I want object to destroy like destructible objects. My problem is the mesh is hollow and I don’t want show the slice; is there a way to destruct a hollow mesh without making a slice just keeping the hollow structure intact?

Another option I was thinking is to cut the mesh in real time? Is that possible?
03-02-2019 09:11 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Cutting mesh on force vector
To cut the mesh without generating extra triangles inside. You can use various functions. I think they're called something like Clip ClipPlane or Split. Please check the mesh headers.
Also the DestructMesh can be created with material set to null, this way there won't be any extra triangles generated.
03-06-2019 06:44 AM
Find all posts by this user Quote this message in a reply
ronghester Offline
Member

Post: #3
RE: Cutting mesh on force vector
Thanks i will try this and let you know!
03-06-2019 07:52 AM
Find all posts by this user Quote this message in a reply
Post Reply