google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.81k stars 1.89k forks source link

Simple construction of 3D model #4812

Closed wuao closed 3 years ago

wuao commented 3 years ago

I have many groups of coordinates I hope not to calculate triangles to form a three-dimensional model, unlike the cube example, because it is irregular. I can't calculate how many triangles I need. Now I build a two-dimensional line segment get file.zip in OutLine list all_floor_list.json.zip

I hope Android API is simple enough to facilitate production https://threejs.org/docs/index.html?q=ex#api/zh/geometries/ExtrudeGeometry

romainguy commented 3 years ago

This doesn't seem like a bug? Is this a feature request? If so, it is not Filament's role to create geometry.

wuao commented 3 years ago

yes。but. Can you recommend one