Hi Tino,

On Thu, 2005-01-20 at 09:01, Tino S. wrote:
> Hi Dirk,
> thanks for the hints.
> Today, i got cvs branch of opensg and rebuild all
> (opt-version).
> Than i inserted in the Turorial/10loading.cpp your
> hints like this
> 
> #include <OpenSG/OSGGraphOpSeq.h>
> #include <OpenSG/OSGMergeGraphOp.h>
> ...
> GraphOpSeq *graphop = new GraphOpSeq;
> graphop->addGraphOp(new MergeGraphOp);
> scene = SceneFileHandler::the().read(argv[1],
> graphop);
> 
> removed the NamedNodeFinder and tryed to load the
> robot-scene.
> But it isn't working on my computer
> ("Speicherzugriffsfehler").
> 
> system  : Suse 9.1, 512 MB Ram, AMD XP 1700+
> compiler: g++ 3.3.3
> Is the RAM not sufficient? Should i used the
> debug-version?

Speicherzugriffsfehler is the equivalent of Segmentation Fault and just
means the program crashed. Which is a little surprising because it works
fine for me. I wouldn't use the debug version, already with opt it takes
a pretty long time (profiling it now).

It might be an out of memory problem, as the conversion eats up about
600M. If you haven't turned down the cube resolution in
OSGVRMLNodeDescs.cpp (line 2376, replace the 2,2,2 in makeBoxGeo with
1,1,1) you'll probably need a lot more memory, that might be enough to
kill it. 

> What can do to see this scene with opensg ? I need
> this for collision-detection.

Do you want to do the collision detection in OpenSG or do you just want
to look at it? Can you give me a little more background?

Thanks

        Dirk




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to