Search found 6 matches
- Mon Apr 02, 2012 7:34 pm
- Forum: General Discussions
- Topic: 3D to SVG
- Replies: 10
- Views: 11797
Re: 3D to SVG
Hi pavelvasev, First off, I would recommend the 2 plugins mentioned in this forum topic: the polyhedra renderer shipped with Inkscape and the VRM plugin for Blender (http://vrm.ao2.it/index.html). The source code of these also offer good opportunity to understand the concepts. If these plugins don't...
- Wed Feb 09, 2011 5:32 pm
- Forum: General Discussions
- Topic: 3D to SVG
- Replies: 10
- Views: 11797
Re: 3D to SVG
Hey, this alpha multiplication filter is really cool! :) As I have uniform transparency for the whole object (not defined per triangle) the grouping trick works too. My triangle rasterizer simply interpolates RGB values along the surface of the triangle, this is how it fills triangles with different...
- Tue Feb 08, 2011 8:49 pm
- Forum: General Discussions
- Topic: 3D to SVG
- Replies: 10
- Views: 11797
Re: 3D to SVG
I already checked the polyhedron script and as I mentioned earlier it has the same light lines on the edges if stroke is set to 0px (practically disabled). 1px stroke with the fill color makes the lines disappear, and the result is very good, but it only works for full opaque surfaces. If the shape ...
- Tue Feb 08, 2011 7:24 pm
- Forum: General Discussions
- Topic: 3D to SVG
- Replies: 10
- Views: 11797
Re: 3D to SVG
Thanks! VRM for blender is just what I want. It clearly shows possibilities and limitations of the vector rendering. I just need to export the scene from my app to some blender format. The other solution I'm thinking of is modifying the rendering code to be able to handle very large resolutions suit...
- Tue Feb 08, 2011 4:36 am
- Forum: General Discussions
- Topic: 3D to SVG
- Replies: 10
- Views: 11797
Re: 3D to SVG
I looked around a bit and found many discussions about the line appearing between aligned shapes. It's the result of anti aliasing during the rasterization, and will stay as it is because it's way to complex to determine how to anti alias edges. The effect can be observed with the polyhedron renderi...
- Mon Feb 07, 2011 10:37 pm
- Forum: General Discussions
- Topic: 3D to SVG
- Replies: 10
- Views: 11797
3D to SVG
Hi All, I need some help about the feasibility of a project. The basic problem I want to solve is to create a screenshot from 3d application in vector format for printing. First I tried doing a simple bitmap screenshot and tracing. The results are fairly good, the image has large areas with the same...