- Oldenburg, Germany
- https://www.nrgsille.com
-
Event technician, DJ, lighting designer, 3D artist and hobby programmer
- Joined on
2020-03-19
Block a user
Fix: Display name of objects that cannot be written into a 3DS file
Object %r can't be written into a 3DS file
Object %r can't be written into a 3DS file
@GottfriedHofmann The 3ds format uses unsigned shorts to store the vertices and faces (always triangles), this means the vertex and face count is limited to 65535. You have to split up the meshes,…