On Thu, 15 Jan 2004, Robert Hinn wrote:

> I finally realized where the error occurs: The program hangs on the
> makeSphere() (or makeSphereGeo()) call. I tried makeBox() instead, and
> it works. I also tried makePlane(), makeTorus(), makeCone(),
> makeCylinder() and makeConicalFrustum(), they all work well, only
> makeSphere() and makeSphereGeo() cause the program to hang...

Just a tip: could it be that you give a too high number for makeSphere() ?
makeSphere[Geo]() creates the geometry by subdividing an icosaeder AFAIR,
and it might just take a long time. I think what you want most of the time
is the makeLatLongSphere[Geo]() functions.

HTH,
        Akos




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to