how many faces can I convert with python script?
3 posters
how many faces can I convert with python script?
Hi,
I just tried to convert 3D model which is in vrml to sio2 format.
My original model has 100,000 faces.
But there was no response when I execute python script.
So I had to reduce the size of my model into 10% of original one.
Then it worked.
Can you give me any idea on the limitation of python script that I'm using?
If I want to display the model with finer resolution, how can I do?
Cheers
I just tried to convert 3D model which is in vrml to sio2 format.
My original model has 100,000 faces.
But there was no response when I execute python script.
So I had to reduce the size of my model into 10% of original one.
Then it worked.
Can you give me any idea on the limitation of python script that I'm using?
If I want to display the model with finer resolution, how can I do?
Cheers
robotdm- Posts : 2
Join date : 2008-12-07
Re: how many faces can I convert with python script?
You may already know this, but a model with so many faces will run slow as hell in the iPhone. Your target should be more on the order of 1-2000 triangles per scene.
Many modelling apps have polygon reduction tools.
Best,
-joshua
Many modelling apps have polygon reduction tools.
Best,
-joshua
meteors- Posts : 241
Join date : 2008-11-08
Location : Sunny Florida
Re: how many faces can I convert with python script?
Ho! even at 100k of polygon the script work I can guarantee you that... but the time that it takes to optimize and index every vertices well that's another story... It's not crashing it just takes alot of time and in any case the chances that this model will run at an optimal FPS is NULL so don't bother
Cheers,
Cheers,
Similar topics
» How many faces?
» Python Error
» Tutorial 02 Missing Faces
» Blender Export Python error
» REQUEST: Lua to Python
» Python Error
» Tutorial 02 Missing Faces
» Blender Export Python error
» REQUEST: Lua to Python
Permissions in this forum:
You cannot reply to topics in this forum