Re: [osg-users] converting .svg to .osg? ... or project from svg to svg

2008-02-20 Thread Jeremy Moles
I'm working on creating a quick, simple example of taking a Cairo
context (which could many things, but just think a vector graphic for
our purposes) and creating 3D geometry for it, just like 3D Text.

When I'm done, I'll put this in osgCairo, and hopefully generate a bit
more interest.

On Wed, 2008-02-20 at 11:10 -0600, Mike Weiblen wrote:
 Indeed, I envision an .svg-.osg path to be bidirectional.
 -- mew
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:osg-users-
  [EMAIL PROTECTED] On Behalf Of Per Rosengren
  Sent: Wednesday, February 20, 2008 1:43 AM
  To: OpenSceneGraph Users
  Subject: Re: [osg-users] converting .svg to .osg? ... or project from
  svg to svg
  
  I have used 3dldf (http://www.gnu.org/software/3dldf/) earlier to
  create
  vector graphics from 3d models. It would be extremely cool to extend
  osg
  to create vector graphics output with an SVG Viewer! Imagine infinite
  resolution rendering!
  This would be really difficult, since you can't use depth buffer or
 ray
  tracing techniques.
  
  Jeremy Moles wrote:
   On Tue, 2008-02-19 at 16:15 -0600, Mike Weiblen wrote:
   Just looking for a quick conversion of .svg vector art
 (specifically
  the
   ISO 12233 test chart at
   http://www.graphics.cornell.edu/~westin/misc/res-chart.html) into
   OSG/OpenGL verts/geometry in a .osg file.
  
   No imagery or prerasterization; that would defeat the value of the
  test
   chart geometry.
  
   Yeah, could do it by hand/script, but I think I'll tinker w/ the
   osgCairo approach, unless someone already as an OSG-loadable
 version
  of
  
   Do it! :) 3
  
   If you have a googlecode account, I can give you SVN access. With
  enough
   refinement, I bet Robert would allow this is OSG...
  
   that 12233 chart? ;-)
  
   Cheers
   -- mew
  
  
   -Original Message-
   From: [EMAIL PROTECTED]
 [mailto:osg-users-
   [EMAIL PROTECTED] On Behalf Of Somerville, Andrew
   Sent: Tuesday, February 19, 2008 3:11 PM
   To: OpenSceneGraph Users
   Subject: RE: [osg-users] converting .svg to .osg?
  
   I wrote a quick an dirty osg svg plugin for using an svg file into
  a
   texture using librsvg, but thats probably not what you are looking
   for;
   I'm not really clear what you mean by converting to .osg format.
 In
   any
   case its available for anyone interested.
  
   Andy
  
  
   -Original Message-
   From: [EMAIL PROTECTED] on behalf of Mike
   Weiblen
   Sent: Tue 2/19/2008 3:18 PM
   To: OpenSceneGraph Users
   Subject: [osg-users] converting .svg to .osg?
  
   Hi,
  
   What is the easiest path getting a .svg file into OSG, for
  conversion
   to
   .osg format?
  
   Thanks
   -- mew
  
   ___
   osg-users mailing list
   osg-users@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
  
  
   ___
   osg-users mailing list
   osg-users@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
 

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] converting .svg to .osg?

2008-02-19 Thread Mike Weiblen
Hi,

What is the easiest path getting a .svg file into OSG, for conversion to
.osg format?

Thanks
-- mew

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] converting .svg to .osg?

2008-02-19 Thread Bob Huebert
A quick option may be to run the svg file through blender and it's 
osgexporter. Just a thought...

osgcairo, would of course, be much higher on the coolness scale :-)

-bob

On Tue, 19 Feb 2008, Jeremy Moles wrote:


 On Tue, 2008-02-19 at 14:18 -0600, Mike Weiblen wrote:
 Hi,

 What is the easiest path getting a .svg file into OSG, for conversion to
 .osg format?

 Oh! Oh! Oh! Add support for that to osgCairo! :) I've been meaning to do
 it forever, but just haven't had time... this would be an awesome
 feature.

 Otherwise, ummm, I'm not sure...

 It's only available in SVN right now, as I plan to jump on it later in
 full force when I finish osgWidget.

 http://osgcairo.googlecode.com

 If it was anyone else I wouldn't even bring this up, but I know you're
 heavily involved in OSG stuff and aren't opposed to hacking if
 necessary. :)

 Thanks
 -- mew

 ___
 osg-users mailing list
 osg-users@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

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] converting .svg to .osg?

2008-02-19 Thread Jeremy Moles

On Tue, 2008-02-19 at 14:18 -0600, Mike Weiblen wrote:
 Hi,
 
 What is the easiest path getting a .svg file into OSG, for conversion to
 .osg format?

Oh! Oh! Oh! Add support for that to osgCairo! :) I've been meaning to do
it forever, but just haven't had time... this would be an awesome
feature.

Otherwise, ummm, I'm not sure...

It's only available in SVN right now, as I plan to jump on it later in
full force when I finish osgWidget.

http://osgcairo.googlecode.com

If it was anyone else I wouldn't even bring this up, but I know you're
heavily involved in OSG stuff and aren't opposed to hacking if
necessary. :)

 Thanks
 -- mew
 
 ___
 osg-users mailing list
 osg-users@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


Re: [osg-users] converting .svg to .osg?

2008-02-19 Thread Mike Weiblen
Just looking for a quick conversion of .svg vector art (specifically the
ISO 12233 test chart at
http://www.graphics.cornell.edu/~westin/misc/res-chart.html) into
OSG/OpenGL verts/geometry in a .osg file.  

No imagery or prerasterization; that would defeat the value of the test
chart geometry.  

Yeah, could do it by hand/script, but I think I'll tinker w/ the
osgCairo approach, unless someone already as an OSG-loadable version of
that 12233 chart? ;-)

Cheers
-- mew


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:osg-users-
 [EMAIL PROTECTED] On Behalf Of Somerville, Andrew
 Sent: Tuesday, February 19, 2008 3:11 PM
 To: OpenSceneGraph Users
 Subject: RE: [osg-users] converting .svg to .osg?
 
 I wrote a quick an dirty osg svg plugin for using an svg file into a
 texture using librsvg, but thats probably not what you are looking
for;
 I'm not really clear what you mean by converting to .osg format. In
any
 case its available for anyone interested.
 
 Andy
 
 
 -Original Message-
 From: [EMAIL PROTECTED] on behalf of Mike
 Weiblen
 Sent: Tue 2/19/2008 3:18 PM
 To: OpenSceneGraph Users
 Subject: [osg-users] converting .svg to .osg?
 
 Hi,
 
 What is the easiest path getting a .svg file into OSG, for conversion
 to
 .osg format?
 
 Thanks
 -- mew
 
 ___
 osg-users mailing list
 osg-users@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


Re: [osg-users] converting .svg to .osg?

2008-02-19 Thread Jeremy Moles

On Tue, 2008-02-19 at 16:15 -0600, Mike Weiblen wrote:
 Just looking for a quick conversion of .svg vector art (specifically the
 ISO 12233 test chart at
 http://www.graphics.cornell.edu/~westin/misc/res-chart.html) into
 OSG/OpenGL verts/geometry in a .osg file.  
 
 No imagery or prerasterization; that would defeat the value of the test
 chart geometry.  
 
 Yeah, could do it by hand/script, but I think I'll tinker w/ the
 osgCairo approach, unless someone already as an OSG-loadable version of

Do it! :) 3

If you have a googlecode account, I can give you SVN access. With enough
refinement, I bet Robert would allow this is OSG...

 that 12233 chart? ;-)

 Cheers
 -- mew
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:osg-users-
  [EMAIL PROTECTED] On Behalf Of Somerville, Andrew
  Sent: Tuesday, February 19, 2008 3:11 PM
  To: OpenSceneGraph Users
  Subject: RE: [osg-users] converting .svg to .osg?
  
  I wrote a quick an dirty osg svg plugin for using an svg file into a
  texture using librsvg, but thats probably not what you are looking
 for;
  I'm not really clear what you mean by converting to .osg format. In
 any
  case its available for anyone interested.
  
  Andy
  
  
  -Original Message-
  From: [EMAIL PROTECTED] on behalf of Mike
  Weiblen
  Sent: Tue 2/19/2008 3:18 PM
  To: OpenSceneGraph Users
  Subject: [osg-users] converting .svg to .osg?
  
  Hi,
  
  What is the easiest path getting a .svg file into OSG, for conversion
  to
  .osg format?
  
  Thanks
  -- mew
  
  ___
  osg-users mailing list
  osg-users@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
 

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] converting .svg to .osg? ... or project from svg to svg

2008-02-19 Thread Per Rosengren
I have used 3dldf (http://www.gnu.org/software/3dldf/) earlier to create 
vector graphics from 3d models. It would be extremely cool to extend osg 
to create vector graphics output with an SVG Viewer! Imagine infinite 
resolution rendering!
This would be really difficult, since you can't use depth buffer or ray 
tracing techniques.


Jeremy Moles wrote:

On Tue, 2008-02-19 at 16:15 -0600, Mike Weiblen wrote:

Just looking for a quick conversion of .svg vector art (specifically the
ISO 12233 test chart at
http://www.graphics.cornell.edu/~westin/misc/res-chart.html) into
OSG/OpenGL verts/geometry in a .osg file.  


No imagery or prerasterization; that would defeat the value of the test
chart geometry.  


Yeah, could do it by hand/script, but I think I'll tinker w/ the
osgCairo approach, unless someone already as an OSG-loadable version of


Do it! :) 3

If you have a googlecode account, I can give you SVN access. With enough
refinement, I bet Robert would allow this is OSG...


that 12233 chart? ;-)

Cheers
-- mew



-Original Message-
From: [EMAIL PROTECTED] [mailto:osg-users-
[EMAIL PROTECTED] On Behalf Of Somerville, Andrew
Sent: Tuesday, February 19, 2008 3:11 PM
To: OpenSceneGraph Users
Subject: RE: [osg-users] converting .svg to .osg?

I wrote a quick an dirty osg svg plugin for using an svg file into a
texture using librsvg, but thats probably not what you are looking

for;

I'm not really clear what you mean by converting to .osg format. In

any

case its available for anyone interested.

Andy


-Original Message-
From: [EMAIL PROTECTED] on behalf of Mike
Weiblen
Sent: Tue 2/19/2008 3:18 PM
To: OpenSceneGraph Users
Subject: [osg-users] converting .svg to .osg?

Hi,

What is the easiest path getting a .svg file into OSG, for conversion
to
.osg format?

Thanks
-- mew

___
osg-users mailing list
osg-users@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



___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
begin:vcard
fn:Per Rosengren
n:Rosengren;Per
org:KTH;CVAP
adr:;;KTH;Stockholm;;SE-100 44;Sweden
email;internet:[EMAIL PROTECTED]
title:Ph.D. student
tel;work:+46 8 790 6203
tel;fax:+46 8 723 0302 
note:PGP keyID: 0xD40DD8E0
x-mozilla-html:FALSE
url:http://www.csc.kth.se/~perrose/
version:2.1
end:vcard

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org