Ttransform

Somebody how I make to transform a point in the axles (x,y) of window in the a point in the axles (x, y, z). Very Thank you

Do something like this:

v3= Vec3D(0,0,0)
v3.addX(v2.getX())
v3.addY(v2.getY())

or

v3= Vec3D(v2.getX(), v2.getY(), 0)

Martin

All classed can be found in pandac.PandaModules