I am currently responsible for exploring options for displaying large 3D geological models on a web page. They are built by geologists with GeoModeller and exported using Cinema 4D to .DAE or .OBJ. After displaying the model should be interactive and refer to the database (this part is manageable from my side).
Problem: Models can be really big, and I am worried that they can cause crashes and rendering slowly.
The solution considered so far: threejs + 3D-tiles (from cesium).
Questions: Are 3D tiles compatible in reality? This is according to the presentation page of 3D panels, but I am not a programmer, and I have no idea how to implement it.
Is there another obvious solution to my problem?
Resources: What these 3D models look like: http://advancedgwt.com/wp-content/uploads/blog/63.jpg
What 3D tiles work in conjunction with cesium (but we donβt need a globe here!): Http://cesiumjs.org/NewYork
source share