<?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: Textured area lights in Blender</title>
	<atom:link href="http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/</link>
	<description>Fresh Blender News, Every Day</description>
	<pubDate>Thu, 04 Dec 2008 20:29:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: DramaKing</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-359169</link>
		<dc:creator>DramaKing</dc:creator>
		<pubDate>Mon, 28 Jul 2008 20:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-359169</guid>
		<description>Huh. And I thought that this was already a feature.</description>
		<content:encoded><![CDATA[<p>Huh. And I thought that this was already a feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epat</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-358348</link>
		<dc:creator>epat</dc:creator>
		<pubDate>Sat, 26 Jul 2008 19:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-358348</guid>
		<description>This is good - and that pointlight stuff could come in handy later for other things if the implementation isn't too specific... Think fast and good quality radiosity approximation, or uber-fast global illumination - I've read lots of papers about this sort of thing and I already have an idea how you could use pointlights to do it (and possibly spherical harmonics to aid in fast and quality sampling)... Volumetrics could also really benefit!

Keep up the great work on this! =]
~epat.</description>
		<content:encoded><![CDATA[<p>This is good - and that pointlight stuff could come in handy later for other things if the implementation isn&#039;t too specific&#8230; Think fast and good quality radiosity approximation, or uber-fast global illumination - I&#039;ve read lots of papers about this sort of thing and I already have an idea how you could use pointlights to do it (and possibly spherical harmonics to aid in fast and quality sampling)&#8230; Volumetrics could also really benefit!</p>
<p>Keep up the great work on this! =]<br />
~epat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UncleZeiv</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-357202</link>
		<dc:creator>UncleZeiv</dc:creator>
		<pubDate>Thu, 24 Jul 2008 18:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-357202</guid>
		<description>@Tynach: I upload regular linux and windows builds here: http://unclezeiv.kerid.org/download/temp

thanks to everybody else for the overwhelming response!</description>
		<content:encoded><![CDATA[<p>@Tynach: I upload regular linux and windows builds here: <a href="http://unclezeiv.kerid.org/download/temp" rel="nofollow">http://unclezeiv.kerid.org/download/temp</a></p>
<p>thanks to everybody else for the overwhelming response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tynach</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-356574</link>
		<dc:creator>Tynach</dc:creator>
		<pubDate>Wed, 23 Jul 2008 05:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-356574</guid>
		<description>I can't find a Linux build :(</description>
		<content:encoded><![CDATA[<p>I can&#039;t find a Linux build :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ysvry</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-356260</link>
		<dc:creator>ysvry</dc:creator>
		<pubDate>Tue, 22 Jul 2008 15:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-356260</guid>
		<description>great you got too love the summer of code project by google. How are the other blender soc projects going btw?</description>
		<content:encoded><![CDATA[<p>great you got too love the summer of code project by google. How are the other blender soc projects going btw?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zombie-John</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-356218</link>
		<dc:creator>Zombie-John</dc:creator>
		<pubDate>Tue, 22 Jul 2008 12:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-356218</guid>
		<description>RedByte: Actually, this is extremely different. The original method of mapping textures onto lights didn't allow, afaik, for proper scaling and orientation. And it only projected the texture itself. The lightcuts method colours each point on the area light, so that the light will emit vastly different colours depending on where it is.

This would be more noticeable if, for example, you had an area-light with a yellow and purple gradient on it, shining on a cube. The side of the cube that both ends of the light shone on would be white/grey, the part that only the yellow side shone on would be yellow because of a lack of purple light and vice versa. This'd work well in the case of making a giga-screen like in a sports arena or in the case of an animated advertisement billboard, where the area light's coverage is huge enough to make a noticeable different in the environment depending on location.

Also, a gorgeous bonus is the fact that the specular colour is also emitted from the screen as a whole, which gives a wonderful soft look to the specular objects themselves, instead of the single-location specular light that a spotlight would exhibit. :] All-in-all, UncleZeiv is doing fantastic work.</description>
		<content:encoded><![CDATA[<p>RedByte: Actually, this is extremely different. The original method of mapping textures onto lights didn&#039;t allow, afaik, for proper scaling and orientation. And it only projected the texture itself. The lightcuts method colours each point on the area light, so that the light will emit vastly different colours depending on where it is.</p>
<p>This would be more noticeable if, for example, you had an area-light with a yellow and purple gradient on it, shining on a cube. The side of the cube that both ends of the light shone on would be white/grey, the part that only the yellow side shone on would be yellow because of a lack of purple light and vice versa. This&#039;d work well in the case of making a giga-screen like in a sports arena or in the case of an animated advertisement billboard, where the area light&#039;s coverage is huge enough to make a noticeable different in the environment depending on location.</p>
<p>Also, a gorgeous bonus is the fact that the specular colour is also emitted from the screen as a whole, which gives a wonderful soft look to the specular objects themselves, instead of the single-location specular light that a spotlight would exhibit. :] All-in-all, UncleZeiv is doing fantastic work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogper</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-356120</link>
		<dc:creator>rogper</dc:creator>
		<pubDate>Tue, 22 Jul 2008 08:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-356120</guid>
		<description>@Alexander:
It's not quit the same. This is not about projecting a texture, this is about actual lighting coming from the image. If theres a red pixel in the image, it's equivalent to have in that spot a red light, next to it could be a green pixel and it works like if you have a green light there to, right next to the red light, just like a real TV set ^_^</description>
		<content:encoded><![CDATA[<p>@Alexander:<br />
It&#039;s not quit the same. This is not about projecting a texture, this is about actual lighting coming from the image. If theres a red pixel in the image, it&#039;s equivalent to have in that spot a red light, next to it could be a green pixel and it works like if you have a green light there to, right next to the red light, just like a real TV set ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ewering</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-356024</link>
		<dc:creator>Alexander Ewering</dc:creator>
		<pubDate>Tue, 22 Jul 2008 01:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-356024</guid>
		<description>After experimenting more, I found that all of these solutions don't really give that impressive results.. the closest I got was by dupliverting a square spotlight that has the image as a texture - as a grid on the screen :) And I guess, this project does it in a similar way, and optimizes the render time using the lightcuts stuff :)

Funny experiment actually. Rendertime 1 Minute 20 secs... http://pub.instinctive.de/screen.png</description>
		<content:encoded><![CDATA[<p>After experimenting more, I found that all of these solutions don&#039;t really give that impressive results.. the closest I got was by dupliverting a square spotlight that has the image as a texture - as a grid on the screen :) And I guess, this project does it in a similar way, and optimizes the render time using the lightcuts stuff :)</p>
<p>Funny experiment actually. Rendertime 1 Minute 20 secs&#8230; <a href="http://pub.instinctive.de/screen.png" rel="nofollow">http://pub.instinctive.de/screen.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ewering</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-356001</link>
		<dc:creator>Alexander Ewering</dc:creator>
		<pubDate>Tue, 22 Jul 2008 01:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-356001</guid>
		<description>Oh wait, I stand corrected... it works as expected if you set the spotlight to "View" coordinates...</description>
		<content:encoded><![CDATA[<p>Oh wait, I stand corrected&#8230; it works as expected if you set the spotlight to &#034;View&#034; coordinates&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ewering</title>
		<link>http://www.blendernation.com/2008/07/21/textured-area-lights-in-blender/#comment-356000</link>
		<dc:creator>Alexander Ewering</dc:creator>
		<pubDate>Tue, 22 Jul 2008 01:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4340#comment-356000</guid>
		<description>redbyte: No, there is no appropriate texture coordinate generation for that. However, you can get the same effect by using an area light behind an actual half-transparent screen, and then using TraShadow and Transluscency. However, that's pretty slow... I don't know if it's slower than this, though.</description>
		<content:encoded><![CDATA[<p>redbyte: No, there is no appropriate texture coordinate generation for that. However, you can get the same effect by using an area light behind an actual half-transparent screen, and then using TraShadow and Transluscency. However, that&#039;s pretty slow&#8230; I don&#039;t know if it&#039;s slower than this, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.133 seconds -->
