I am newbie. Please excuse my possible stupid questions. I want to subtract a cone from a cylinder. I was not able to find a suitable function. Please help.
Regards.
Re: how to substract one object from another?
[Re: CItrok]
#303939 01/03/1022:2801/03/1022:28
Thank you for the fast reply. I mean something similar to autocad command, see the link bellow at "subtract" image example. I think is faster to show an image than explain in words.
I am back with the question. I want to subtract in the game, not while developing the terrain. So... I move one entity to another and the entity that I am handling is subtracting from the other one which I am intersecting with. Please help. Thank you!
Re: how to substract one object from another?
[Re: CItrok]
#304516 01/08/1015:3201/08/1015:32
You can't subtract within the game engine with any of the given functions, you can only move vertices. Search for vertex, vec_for vertex, vec_to_vertex in the manual. In an early AUM, there was an example where a rocket hits a terrain, and the vertices of the terrain are moved downward, as if the rocket bombed a hole.