|
|
|
SAA_cameraWalkMoves the camera and camera interest forwards and backwards. This function is the main function to use to perform a walkthrough of a scene. It simply moves the line of sight vector (vector from the camera to the interest) forward or backward while keeping the same height or Y value. set scene [SAA_AllocScene] set camera [SAA_AllocElem] . . . set dx 2.0 SAA_cameraWalk $scene $camera $dx
|
|
copyright Video-Collage Inc. |