Is there a 3D format which is a 3D extension to SVG?

Viewed 12121

SVG is the W3C's standard for 2D vector graphics. Something quite solid. Is there a 3D version of SVG? A kind of extension of it, so converting from .svg to .ext and reverse is quite straight forward programatically.

2 Answers
Related