Subject:
|
Re: Web-based LDraw viewing
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Sun, 14 Mar 2004 02:19:25 GMT
|
Viewed:
|
1642 times
|
| |
| |
In lugnet.cad.dev, Michael Horvath wrote:
A while back, I wrote for my own amusement a perl program which will take a
patterned part, and will produce an SVG file of the pattern. Ive been thinking
about forwarding it to the LDraw.org team, so they could include it with the
parts tracker, or the official library, but right now, it still needs some work.
However, for regular 3-d rendering like MLCAD, LDView, et al, I dont think SVG
is a very good option. Youd probably end up with fairly massive files, which
would both take a long time to download, and be slow to render in the SVG
viewer.
Andy
|
|
Message has 2 Replies: | | SVG (was Re: Web-based LDraw viewing)
|
| Here's an example (it even does some primitive substitution): <?xml version="1.0"?> <svg width="100%" height="100%" viewBox="-18.5 -18.5 37 37"> <defs> <style> <![CDATA[ svg { fill-opacity:0.5;str...oin:round; } .c0 { (...) (21 years ago, 14-Mar-04, to lugnet.cad.dev)
|
Message is in Reply To:
18 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|