OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/modules/bim/spec/fixtures/viewpoints/minimal.bcfv.xml

21 lines
597 B

<?xml version="1.0" encoding="UTF-8"?>
<VisualizationInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="{{UUID}}">
<OrthogonalCamera>
<CameraViewPoint>
<X>12.3456789</X>
<Y>1.2345</Y>
<Z>-1234.1234</Z>
</CameraViewPoint>
<CameraDirection>
<X>-1</X>
<Y>-2</Y>
<Z>-3</Z>
</CameraDirection>
<CameraUpVector>
<X>0.223629</X>
<Y>0.209889</Y>
<Z>0.951807</Z>
</CameraUpVector>
<ViewToWorldScale>180</ViewToWorldScale>
</OrthogonalCamera>
</VisualizationInfo>