SI_Camera

Describes the camera data.

 

This template corresponds to the CSLCamera class.

Introduced

1.3

Template

SI_Camera <cameraName> {
   <posx>; <posy>; <posz>;;
   <intx>; <inty>; <intz>;;
   <roll>;
   <fieldOfView>;
   <nearPlane>;
   <farPlane>;
}

Members

Member name

Type

posx, posy, posz

float

intx, inty, intz

float

roll

float

fieldOfView

float

nearPlane

float

farPlane

float

Example

SI_Camera Camera { 
       36.188316, 
       37.314129, 
       52.439663, 
       2.594838, 
       -2.000000, 
       -21.342739, 
       0.000000, 
       41.529896, 
       0.100000, 
       32768.000000, 
   }


Autodesk Crosswalk v4.0