ImporterCamera (object)¶
The ImporterCamera represents a camera object being imported. It stores a series of properties such as the field of view.
Members¶
Importer | importer | |
ImporterCallback | callback | |
String | id | |
UInt32 | version | |
Ref<ImporterObject> | parentObject | |
String | path | |
String | type | |
String[] | curves | |
ImporterProperty[String] | properties | |
ImporterProperty[String] | propertyCaches | |
Boolean[String] | propertyConstant | |
ImporterObjectMetaData | metaData | |
ImporterContext | defaultContext | |
ImporterObjectContexts | lastContextsPerProperty | |
Boolean | transformSetOnce |
Methods¶
ImporterCamera ( in ImporterCamera other ) | |
ImporterCamera ( in String id, in String path ) | |
ImporterCamera () | |
ImporterCamera | clone ? () |
Scalar | getFStop ? ( in ImporterContext context ) |
Scalar | getFar ? ( in ImporterContext context ) |
Scalar | getFocalLength ? ( in ImporterContext context ) |
Scalar | getFocusDistance ? ( in ImporterContext context ) |
Scalar | getFovY ? ( in ImporterContext context ) |
Scalar | getNear ? ( in ImporterContext context ) |
initialize ! ( in String id, in String path, in String type ) |
Methods in detail¶
ImporterCamera ( in ImporterCamera other )
copy constructor
ImporterCamera ( in String id, in String path )
default constructor
ImporterCamera ImporterCamera.clone? ()
clone method
Scalar ImporterCamera.getFStop? ( in ImporterContext context )
Scalar ImporterCamera.getFar? ( in ImporterContext context )
Scalar ImporterCamera.getFocalLength? ( in ImporterContext context )
Scalar ImporterCamera.getFocusDistance? ( in ImporterContext context )
Scalar ImporterCamera.getFovY? ( in ImporterContext context )
Scalar ImporterCamera.getNear? ( in ImporterContext context )
ImporterCamera.initialize! ( in String id, in String path, in String type )