[svg-developers] 3D

2004-09-17 Thread ratee111
hi, if i want to create 3D pie ,now i've 2D pie. how can i do it? thanks in advance Yahoo! Groups Sponsor ~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y2

[svg-developers] 3D boxes?

2006-03-31 Thread mvalley
Imagine a pile of cardboard boxes neatly stacked on a pallet. I want to create a 3d view of that with SVG. This will NOT be a single, static picture - the SVG will need to be generated by a server-side script. The size of the boxes, the number of boxes per layer and the number of layers will a

Re: [svg-developers] 3D

2004-09-17 Thread Ronan Oger
SVG is a 2-D presentation layer, not a 3-D modelling tool. To generate 3-D pie charts, you need to generate 2-D drawings that LOOK like 3-d images. Ronan On Friday 17 September 2004 12:13, ratee111 wrote: > hi, > if i want to create 3D pie ,now i've 2D pie. how can i do it? >

RE: [svg-developers] 3D

2004-09-17 Thread Lincoln Mitchell
Try x3d http://www.web3d.org/ _ From: Ronan Oger [mailto:[EMAIL PROTECTED] Sent: Friday, 17 September 2004 10:49 PM To: [EMAIL PROTECTED] Subject: Re: [svg-developers] 3D SVG is a 2-D presentation layer, not a 3-D modelling tool. To generate 3-D pie charts, you need to generate 2-D

Re: [svg-developers] 3D boxes?

2006-04-01 Thread ddailey
on's original SWF animation,) involving cubes bouncing around onmouseover. DD - Original Message - From: "mvalley" <[EMAIL PROTECTED]> To: Sent: Friday, March 31, 2006 12:40 PM Subject: [svg-developers] 3D boxes? > Imagine a pile of cardboard boxes neatly stacked on a

[svg-developers] 3D Graphics in SVG

2009-01-03 Thread Rakesh Agarwal
Hi All, Is it possible to represent 3D graphics in SVG ? Is there a tool to convert some of the standard 3D graphics formats into SVG - Rakesh [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg-deve

[svg-developers] 3d vanishing point question...

2005-11-23 Thread amb_lew
Hi All: I'm relatively new to SVG and stumped. I'm trying to make a 3d forced perspective image that displays objects on a back wall and a floor. I've had some success using the skewX commands to make a plausible image when the vanishing point is off to the right or left. I'm stumped when t

Re: [svg-developers] 3d vanishing point question...

2005-11-23 Thread John Coe
skew works for shallow angles, but when you get to a true perspective view, (where the top of a square is tapered on both sides, you need a 4x4 transform to create the effect. http://en.wikipedia.org/wiki/Perspective_transform svg uses a 2 x 3 matrix, so the perspective is not directly a