<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: IDL object graphics to POV-Ray</title>
	<atom:link href="http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html</link>
	<description>Resources for IDL developers</description>
	<pubDate>Sun, 23 Nov 2008 10:15:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: michaelgalloy.com &#187; POV-Ray destination for IDL object graphics</title>
		<link>http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-107907</link>
		<dc:creator>michaelgalloy.com &#187; POV-Ray destination for IDL object graphics</dc:creator>
		<pubDate>Mon, 06 Oct 2008 06:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-107907</guid>
		<description>[...] spent some time improving the POV-Ray destination for object graphics I talked about in a previous article. I can now produce visualizations of actual data (like the one on the right) using this destination [...]</description>
		<content:encoded><![CDATA[<p>[...] spent some time improving the POV-Ray destination for object graphics I talked about in a previous article. I can now produce visualizations of actual data (like the one on the right) using this destination [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Launey</title>
		<link>http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-65896</link>
		<dc:creator>Thomas Launey</dc:creator>
		<pubDate>Fri, 16 May 2008 08:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-65896</guid>
		<description>Hello,

I am using currently using a bunch of 3D softwares to get my 3D objects processed and finally converted to a POV scene (With IDL as glue between all those elements). Having the possibility of directly exporting the scene from IDLgrWindow to a PoV file would make my life simpler. I would be very grateful to get a copy of your source (strictly for academic usage).
With my warmest regards and thanks,
Thomas</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am using currently using a bunch of 3D softwares to get my 3D objects processed and finally converted to a POV scene (With IDL as glue between all those elements). Having the possibility of directly exporting the scene from IDLgrWindow to a PoV file would make my life simpler. I would be very grateful to get a copy of your source (strictly for academic usage).<br />
With my warmest regards and thanks,<br />
Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Hradil</title>
		<link>http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49865</link>
		<dc:creator>Vincent Hradil</dc:creator>
		<pubDate>Tue, 11 Mar 2008 15:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49865</guid>
		<description>Cool.  I'd like to give a try.  Thanks.</description>
		<content:encoded><![CDATA[<p>Cool.  I&#8217;d like to give a try.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49797</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Tue, 11 Mar 2008 05:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49797</guid>
		<description>It's greate. I am looking for the methods which IDL can export graphic object to other 3D files, such as pov-ray, blender, 3Dmax, VTK and so on. Can I try it?</description>
		<content:encoded><![CDATA[<p>It&#8217;s greate. I am looking for the methods which IDL can export graphic object to other 3D files, such as pov-ray, blender, 3Dmax, VTK and so on. Can I try it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Galloy</title>
		<link>http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49763</link>
		<dc:creator>Michael Galloy</dc:creator>
		<pubDate>Tue, 11 Mar 2008 02:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49763</guid>
		<description>I have a destination class VISgrPOVRay (like IDLgrWindow or IDLgrBuffer) that has a draw method. So it would something like:
&lt;code&gt;
IDL&gt; pov = obj_new('VISgrPOVRay', file_prefix='output')
IDL&gt; pov-&gt;draw, oview
&lt;/code&gt;
This will produce a file output.ini (and a bunch of others) that can be run through POV-Ray.</description>
		<content:encoded><![CDATA[<p>I have a destination class VISgrPOVRay (like IDLgrWindow or IDLgrBuffer) that has a draw method. So it would something like:<br />
<code><br />
IDL> pov = obj_new('VISgrPOVRay', file_prefix='output')<br />
IDL> pov->draw, oview<br />
</code><br />
This will produce a file output.ini (and a bunch of others) that can be run through POV-Ray.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Hradil</title>
		<link>http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49762</link>
		<dc:creator>Vincent Hradil</dc:creator>
		<pubDate>Tue, 11 Mar 2008 01:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49762</guid>
		<description>I guess I'm not sure what exactly you mean by "POV-Ray destination".  Do you create a POV-Ray device and output to that?  Can you "shed some more light" on this?  Thanks.</description>
		<content:encoded><![CDATA[<p>I guess I&#8217;m not sure what exactly you mean by &#8220;POV-Ray destination&#8221;.  Do you create a POV-Ray device and output to that?  Can you &#8220;shed some more light&#8221; on this?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Dean</title>
		<link>http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49714</link>
		<dc:creator>Kelly Dean</dc:creator>
		<pubDate>Mon, 10 Mar 2008 19:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/03/10/idl-object-graphics-to-pov-ray.html#comment-49714</guid>
		<description>I love this stuff.

Kelly Dean
Fort Collins, CO</description>
		<content:encoded><![CDATA[<p>I love this stuff.</p>
<p>Kelly Dean<br />
Fort Collins, CO</p>
]]></content:encoded>
	</item>
</channel>
</rss>
