BCFclass
File reader for BIM Collaboration Format (BCF) files
|
The PerspectiveCamera element describes a viewpoint using perspective camera More...
Properties | |
Point | CameraViewPoint [get, set] |
Direction | CameraDirection [get, set] |
Direction | CameraUpVector [get, set] |
Double | FieldOfView [get, set] |
The PerspectiveCamera element describes a viewpoint using perspective camera
It has the following elements:
CameraViewPoint | Camera location |
CameraDirection | Camera direction |
CameraUpVector | Camera up vector |
FieldOfView | Camera’s field of view angle in degrees |
The FieldOfView is currently restricted to a value between 45 and 60 degrees
There may be viewpoints that are not within this range, therefore imports should be expecting any values between 0 and 360 degrees
The limitation will be dropped in the next schema release
|
getset |
Camera location Point (in meters)
|
getset |
Camera’s field of view angle (in degrees)
The FieldOfView is currently restricted to a value between 45 and 60 degrees
There may be viewpoints that are not within this range, therefore imports should be expecting any values between 0 and 360 degrees
The limitation will be dropped in the next schema release