Thanks, that's worked for me. I hadn't thought to include the
'--disable-gl-renderer'...
I'm having trouble loading a model though. I'm using 'osgdistortion
--dome' I'm getting no error, just a plain blue screen (not the black
defined in the file...?) . I know nothing about VRML, but the file I'm
trying to open is VRML2, and has a few viewpoints defined
#VRML V2.0 utf8
Background { skyColor 0.00 0.00 0.00 }
DEF MEDIUM Viewpoint {
position 50 40 -200 description "Medium"
orientation 0 1 0 3.14 # edit this to change angle of view
}
DEF NEAR Viewpoint { # the coordinates here can be adjusted to give new
camera positions
position 50 50 -100 description "Near"
orientation 0 1 0 3.14 # edit this to change angle of view
}
DEF FAR Viewpoint {
position 50 50 -280 description "Far"
orientation 0 1 0 3.14 # edit this to change angle of view
}
DEF TOP Viewpoint {
position 50 200 50 description "Top down"
orientation 0 1 1 3.14 # edit this to change angle of view
}
Would I have to select one of these programatically?
Pete
Jan Ciger wrote:
> Pete Carss wrote:
>> So what Distro do you have it running on - I'll put box together
>> specially if I have to...
>
> I am running Mandriva 2007.1 (Spring), now upgraded to Cooker.
>
> I have configured OpenVRML as follows:
>
> $ ./configure --prefix=/opt/openvrml-0.14.3 --disable-gl-renderer
> --disable-lookat --disable-script-node-javascript
>
> Then it builds OK, except of one error in
> src/libopenvrml/openvrml/scope.h - you need to add
> #include <openvrml/node.h> to the list of headers included.
>
> It should build fine, you certainly do not need to build a box specially
> for that. Just make sure that you have disabled lookat and javascript
> which are huge and require mozilla libraries.
>
> Regards,
>
> Jan
>
>
>
>
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/