Which method can I choose to fit my project.

Started by
-1 comments, last by ansheng 11 years, 2 months ago

I'm going to develop the NC machining program that simulates the cutting process in NC machine.

So, I attempted the program by OpenCSG library, and by Octree method.

But the program developed by OpenCSG is very slow when the number of object is much more than 3000, and the octree program doesn't operate well.

I knew that there are two method to simulate the large scene such as octree method and BSP method, but I don't know how implements it.

What method is most appropriate to my project?

And where can I find the references about that method. Sample code and references.

This topic is closed to new replies.

Advertisement