BSP problem
BSP problem
Hey, im loading BSP and i made brush entity (trigger) and now the question is how can i move that brush? I've tried many ways but it never worked. Any Ideas?
Re: BSP problem
Questions like this were asked before. I think you have to cast your mesh to something related to quake and search for the entity you need.BraX wrote:Hey, im loading BSP and i made brush entity (trigger) and now the question is how can i move that brush? I've tried many ways but it never worked. Any Ideas?
I think it's also shown in one example iirc.
I'm sure if you'd search you would find some posts for this.
Working on game: Marrbles (Currently stopped).
take a look here:
http://www.quakewiki.net/archives/qer/t ... rial6.html
add a script to your bsp and manage it in irrlicht;
or this:
http://irrlicht.sourceforge.net/phpBB2/ ... 0c67cb0817
see example 16 to see how find an entity in bsp;
http://www.quakewiki.net/archives/qer/t ... rial6.html
add a script to your bsp and manage it in irrlicht;
or this:
http://irrlicht.sourceforge.net/phpBB2/ ... 0c67cb0817
see example 16 to see how find an entity in bsp;