D3D.Pan

Previous  Next

 

status = D3D.Pan( nControl AS INTEGER,

                  cx       AS REAL,

                  cy       AS REAL,

                  cz       AS REAL     ) AS INTEGER

 


 

Pans the current 3D scene

 

Example:

 

D3D.Pan( nControl, 0, 0, 1000 )