Hi, the function pXent_settype (ENTITY* entity, var type, var hull ) can be used to set a static ground plane at z=0 using PH_PLANE as the hull.
pXent_settype (NULL,PH_STATIC,PH_PLANE); // create a static plane at groundlevel zero
Is there a way to set a static plane at different positions other than z=0? Is it possible to set the static plane so that it is vertical and offset?
Thanks,
82RJZAE