Hi guys,
I need some help with the Newton buoyancy plane settings.
Do any one know how to set the height for the buoyancy plane?
I'm afraid I'm a bit too thick to figure out the equation needed for this.
As it says in the newton documentation;
"
normal vector (nx, ny, nz)
point in plane (x,y,z)
general equation: nx*x+ny*y+ nz*z+d=0
solve for d:
d = (nx*x + ny*y + nz*z) * -1
plug in this equation to solve for d. then fill temp vector 1 like so: NDB_SetVector nx#, ny#, nz#, d#
"
Seems simple enough for a bright person. I can't figure it out at all

Let's say I want the plane pointing up at x:0, y:-300, z:0. How do I do this?
Any help is appreciated.