How can a 3D model of a building design file, any format, ifc or collada be displayed online?
Asked
Active
Viewed 775 times
1 Answers
3
You may want to look into WebGL, a 3D rendering API for Javascript. ThreeJS is another excellent library for in-browser 3D rendering. Again, Javascript.
It's even possible to render "3D" stuff with CSS, as shown in this excellent article.

Elliot Bonneville
- 51,872
- 23
- 96
- 123