-
Notifications
You must be signed in to change notification settings - Fork 132
Design
Ruben de Laat edited this page Aug 1, 2018
·
5 revisions
This version of BIMsurfer was designed with performance in mind, not only that, it supersedes all other features.
This performance requirement can be split into three parts
- Needs to be able to load any modelset thrown at it. This includes:
- Multi-model projects
- Projects with strange offsets
- A combination of strange offsets and multi-models
- Huge modelsets (> 1.000.000 objects, > 300.000.000 triangles)
- Render performance should allow a user to navigate the model without being hindered by a slow FPS
- Models should be loaded within reasonable time.
Every new feature is first evaluated, if it cannot be implemented without hindering performance, it won't be implemented. Please keep this in mind when requesting features.