Hi PowerUp, thanks for your input.
The point is I already flattened (strong) my model and tried unsuccessfully to octreefy it (see my previous post [Optimize egg for collision (octrees?)) ).
I tend to think the octree scripts have trouble with the structure of my egg file (the VertexPool is not found certainly because it’s buried under several Group nodes…) Still waiting from some Guru’s help on this.
Running pstats shows:
3.7Mb of Vertex Data
500 GeomNodes
27k Vertices
26 Nodes
120 Transform states
82 Mb System memory
291 Geom cache size
7 Collision nodes
74334 Collision volumes
I don’t know if this could give some hints.
BTW. What is the equivalent of node.analyze() in C++