opensourceBIM / BIMsurfer

The latest version of the BIM Surfer WebGL viewer for IFC
MIT License
382 stars 132 forks source link

How do I modify the initialization perspective #100

Closed znnspace closed 2 years ago

znnspace commented 2 years ago

How do I modify the initialization perspective

aothms commented 2 years ago

Take a look at this line where the scene building box is used to fit the camera to view using the specified direction

https://github.com/opensourceBIM/BIMsurfer/blob/master/viewer/viewer.js#L763

znnspace commented 2 years ago

Great. Thank you so much for your reply