-1

How can a 3D model of a building design file, any format, ifc or collada be displayed online?

arunondeck
  • 368
  • 6
  • 16
i_nomad
  • 795
  • 2
  • 7
  • 9

1 Answers1

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