How can I optimize obj model to increase the speed of rendering

Hi

I have an obj file with about 2 Millions polygons and 8 layers, and when I loaded on babylonJS, the speed of rendering is so low. how can I improve it?

Hi.

Well, if you can optimize it more in the 3D software, do it. Then try converting to GLB format and apply draco compression.

is there any converter to convert obj to glb, Because I couldn’t do it with Blender and sketchup.

import .obj file in blender from menu "File > import > Wavefront (.obj)
export to glb from "File > export > gITF (.glb,.gltf)

You can download exporters for 3dsMax, Maya and Blender.

2 Likes

Thanks a lot :pray: :pray:

2 Likes