Re: [osg-users] text appearing flipped and backwards

2008-07-19 Thread James Dickson
, James Dickson [EMAIL PROTECTED] wrote: Hi, I am having an issue with osgText::Text in that the text appears flipped and backwards relative to the other geometry in the scene. (Please see screenshot for what I mean) In the attached screen shot I have written on the coords. of the billboard

Re: [osg-users] Plugin Problem, osgDB doesn't find plugins

2008-07-18 Thread James Dickson
@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- James Dickson

Re: [osg-users] Freetype Plugin on Windows.

2008-07-17 Thread James Dickson
/ ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- James Dickson ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Freetype Plugin on Windows.

2008-07-16 Thread James Dickson
Hi All, I appologise for bringing this up again :-( but I am stuck getting the freetype plugin to work under windows. I found this thread ( http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2007-December/005562.html)in the mail archive, but not being a CMake expert I don't

Re: [osg-users] Drawing to Texture2D

2008-07-12 Thread James Dickson
.webhop.org/ ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- James Dickson attachment: test.JPG___ osg-users mailing list

[osg-users] Drawing to Texture2D

2008-07-11 Thread James Dickson
Hi, I was wondering if it is possible to draw on a Texture2D instance. I know this isn't possible, but I am wondering if you can do the equivalent of: Texture2Dinstance-DrawCircle(x,y,r); Or would I have to find an API which can create images and saves to say JPEGs then load them as Texture2D

Re: [osg-users] Drawing to Texture2D

2008-07-11 Thread James Dickson
Many thanks, that seems to be exactly what I am looking for. 2008/7/11 Robert Osfield [EMAIL PROTECTED]: Hi James, Perhaps a Render To Texture Camera is what you are look for. Have a look at the osgprerender example. Robert. On Fri, Jul 11, 2008 at 3:20 PM, James Dickson [EMAIL

Re: [osg-users] osg and wxwidgets resizing

2008-07-09 Thread James Dickson
I am on Windows, I will try at some point to see if I get the same behaviour on Linux. 2008/7/9 Ulrich Hertlein [EMAIL PROTECTED]: Hi, James Dickson wrote: I have been trying out osg with wxwidgets, specifically playing with the osgViewerWX sample, and was wondering if it is possible

[osg-users] osg and wxwidgets resizing

2008-07-08 Thread James Dickson
window, if so how?)? Thank you for any help\comments, appologies if my terminology is wrong, I'm a bit new to all this :-) -- James Dickson -- James Dickson ___ osg-users mailing list osg-users@lists.openscenegraph.org http

[osg-users] wxwidgets and osg

2008-07-08 Thread James Dickson
window, if so how?)? Thank you for any help\comments, appologies if my terminology is wrong, I'm a bit new to all this :-) -- James Dickson ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg

[osg-users] osg and wxwidgets resizing

2008-07-05 Thread James Dickson
window, if so how?)? Thank you for any help\comments, appologies if my terminology is wrong, I'm a bit new to all this :-) -- James Dickson ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg

Re: [osg-users] Reading and writing files

2007-10-14 Thread James Dickson
a look at any of the existing plugins for examples. Hope this helps, Paul Martz *Skew Matrix Software LLC* http://www.skew-matrix.com 303 859 9466 -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *James Dickson *Sent:* Thursday, October 11

[osg-users] Reading and writing files

2007-10-11 Thread James Dickson
, James -- James Dickson ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] Compiling examples using osg.

2007-09-12 Thread James Dickson
SVN update fixed the problem. :) On 9/12/07, Robert Osfield [EMAIL PROTECTED] wrote: Hi James, If you are using the SVN version of the OSG could you please do an svn update and report back. On 9/12/07, James Dickson [EMAIL PROTECTED] wrote: I have been trying to compile the examples