ImporterCamera.kl¶
Types¶
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 ) |