<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>usc interactive media division &#187; 534</title>
	<atom:link href="http://interactive.usc.edu/tag/534/feed/" rel="self" type="application/rss+xml" />
	<link>http://interactive.usc.edu</link>
	<description></description>
	<lastBuildDate>Thu, 24 May 2012 16:43:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Additional Reading</title>
		<link>http://interactive.usc.edu/2011/11/28/additional-reading/</link>
		<comments>http://interactive.usc.edu/2011/11/28/additional-reading/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 04:58:38 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive.usc.edu/?p=12472</guid>
		<description><![CDATA[Even though it is at the end of the semester, I am posting an overview of additional reading materials that...<br /><a class="more-link" href="http://interactive.usc.edu/2011/11/28/additional-reading/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>Even though it is at the end of the semester, I am posting an overview of additional reading materials that were part of the discussions throughout the class. The readings are grouped loosely according to the parts of the class:</p>
<p>&nbsp;</p>
<p><strong>Narrative and Interactive Media:</strong><br />
Seymour Chatman: Story and Discourse, Cornell University, 1978<br />
W.J.T. Mitchell: On Narrative, University of Chicago Press, 1980<br />
Rudolph Arnheim: Film as Art, University of California Press, 1957<br />
Ian Bogost: Unit Operations, MIT Press, 2006<br />
Borries, Walz, Böttger: Space Time Play, Boston, 2007<br />
Aristotle and Malcolm Heath: Poetics, 1997<br />
Carlo Ginzburg: Clues, Myths, and the Historical Method, 1989<br />
Chris Hales: Interactive Film and New Narrative Interfaces, 2002<br />
Marsha Kinder: Hotspots, Avatars, and Narrative Fields Forever, 2002<br />
Marie-Laure Ryan: Narrative as Virtual Reality, 2003<br />
Kurt Vonnegut: Breakfast of Champions, 1999<br />
Lev Manovich: Language of New Media, Cambridge, 2001<br />
Fredric Jameson: Postmodernism or the Cultural Logic of Late Capitalism, Durham, 2005</p>
<p><strong>Cinematography and Montage Theory:</strong><br />
James Monaco: How to Read a Film, Oxford University Press, 2000<br />
Kris Malkiewicz: Cinematography, Simon &amp; Schuster, 1992<br />
Bruce Block: The Visual Story, Burlington, 2001<br />
Sergei Eisenstein: Film Form, New Yorl/London, 1977<br />
Sergei Eisenstein: Towards a Theory of Montage, London, 1991</p>
<p><strong>Storyboarding:</strong><br />
Scott McCloud: Understanding Comics, New York, 1993<br />
Wendy Tumminello: Exploring Storyboarding, Florence, 2005</p>
<p><strong>Space:</strong><br />
Dariusz Jacob Boron: A History of Digital Gamespace, Boston, 2007<br />
Henry Jenkins: Game Design as a Narrative Architecture, Boston, 2007<br />
Ronald Levaco: Kuleshov on Film, Berkeley/Los Angeles, 1974<br />
Kevin Lynch: The Image of the City, Cambridge 1960<br />
W.H. Matthews: Mazes and Labyrinths, New York, 1970<br />
Erwin Panofsky: Perspective as Symbolic Form, New York, 1997<br />
Robert Venturi: Learning from Las Vegas, Cambridge, 1972</p>
<p><strong>Interface and Visual Design:</strong><br />
Ben Schneiderman: Designing the User Interface: Strategies for Effective Human-Computer Interaction, Boston, 2009<br />
Edward Tufte: The Visual Display of Quantitative Information, Cheshire, 2001<br />
Jacques Bertin: Semiology of Graphics, New York, 2011<br />
Kimberly Elam: Geometry of Design, Princeton, 2001<br />
Philip Kortum: HCI Beyond the GUI, Burlington, 2008<br />
Peter Morville: Ambient Findability, Sebastopol, 2005</p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2011/11/28/additional-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unity Shaders</title>
		<link>http://interactive.usc.edu/2011/11/03/unity-shaders/</link>
		<comments>http://interactive.usc.edu/2011/11/03/unity-shaders/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 02:06:36 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive.usc.edu/?p=12215</guid>
		<description><![CDATA[Here are the shaders I mentioned in our previous class. Display texture on both sides of mesh: The first shader...<br /><a class="more-link" href="http://interactive.usc.edu/2011/11/03/unity-shaders/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>Here are the shaders I mentioned in our previous class. </p>
<p><strong>Display texture on both sides of mesh:</strong><br />
The first shader &#8220;bothSidesShader&#8221; will be displaying the texture that you are assigning to it on both sides of the mesh you attach it to. When you open the shader file you will see a line that reads &#8220;Cull Off&#8221;, which is where all the magic happens. You can tweak the rest of the shader to your needs.<br />
Download the shader-file here: <a href='http://interactive.usc.edu/wp-content/uploads/2011/11/bothSidesShader.shader1.zip'>bothSidesShader.shader</a></p>
<p><strong>Alpha mask for video:</strong><br />
This shader gives you two slots for textures: The first one is for the movie-texture and the second one is for the alpha channel. The shader allows you to use any image file with an alpha channel to mask the movie-texture. The image that the alpha channel is assigned to, will be ignored.</p>
<p>In my tests this shader also supports fading in and out of the texture without any problems with a script containing code along the lines like:<br />
renderer.material.color.a = renderer.material.color.a &#8211; Time.deltaTime;</p>
<p>Download the shader file here: <a href='http://interactive.usc.edu/wp-content/uploads/2011/11/MovieTextureShader.shader.zip'>MovieTextureShader.shader</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2011/11/03/unity-shaders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fourth Assignment</title>
		<link>http://interactive.usc.edu/2011/11/03/fourth-assignment/</link>
		<comments>http://interactive.usc.edu/2011/11/03/fourth-assignment/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 01:46:53 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive.usc.edu/?p=12212</guid>
		<description><![CDATA[Moving on to the last assignment &#8211; which you can download here: CTIN_534_4_assignment]]></description>
			<content:encoded><![CDATA[<p>Moving on to the last assignment &#8211; which you can download here:<br />
<a href='http://interactive.usc.edu/wp-content/uploads/2011/11/CTIN_534_4_assignment.pdf'>CTIN_534_4_assignment</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2011/11/03/fourth-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Third Assignment</title>
		<link>http://interactive.usc.edu/2011/10/12/third-assignment/</link>
		<comments>http://interactive.usc.edu/2011/10/12/third-assignment/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 05:53:51 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive.usc.edu/?p=11865</guid>
		<description><![CDATA[And here is finally the third assignment for you to download: CTIN_534_3_assignment]]></description>
			<content:encoded><![CDATA[<p>And here is finally the third assignment for you to download: <a href='http://interactive.usc.edu/wp-content/uploads/2011/10/CTIN_534_3_assignment.pdf'>CTIN_534_3_assignment</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2011/10/12/third-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Second Assignment</title>
		<link>http://interactive.usc.edu/2011/09/23/second-assignment/</link>
		<comments>http://interactive.usc.edu/2011/09/23/second-assignment/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 23:06:51 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive.usc.edu/?p=11651</guid>
		<description><![CDATA[You can download the second assignment here: CTIN_534_2_assignment]]></description>
			<content:encoded><![CDATA[<p>You can download the second assignment here: <a href='http://interactive.usc.edu/wp-content/uploads/2011/09/CTIN_534_2_assignment.pdf'>CTIN_534_2_assignment</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2011/09/23/second-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Assignment</title>
		<link>http://interactive.usc.edu/2011/09/01/first-assignment/</link>
		<comments>http://interactive.usc.edu/2011/09/01/first-assignment/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 01:22:43 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive.usc.edu/?p=11286</guid>
		<description><![CDATA[After you are done with the first camera exercises you can move right on to the first class project. Please...<br /><a class="more-link" href="http://interactive.usc.edu/2011/09/01/first-assignment/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>After you are done with the first camera exercises you can move right on to the first class project. Please download the description of it here: <a href='http://interactive.usc.edu/wp-content/uploads/2011/09/CTIN_534_1_assignment.pdf'>CTIN_534_1_assignment</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2011/09/01/first-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camera Exercise</title>
		<link>http://interactive.usc.edu/2011/09/01/camera-exercise/</link>
		<comments>http://interactive.usc.edu/2011/09/01/camera-exercise/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 01:18:51 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive.usc.edu/?p=11283</guid>
		<description><![CDATA[As a little warm-up exercise before we launch into the first class project please complete the following assignment until our...<br /><a class="more-link" href="http://interactive.usc.edu/2011/09/01/camera-exercise/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>As a little warm-up exercise before we launch into the first class project please complete the following assignment until our class meeting on Tuesday, September 6, 2011.</p>
<p>Download the assignment here: <a href='http://interactive.usc.edu/wp-content/uploads/2011/09/CTIN_534_non_narrative.pdf'>CTIN_534_non_narrative</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2011/09/01/camera-exercise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class Readings</title>
		<link>http://interactive.usc.edu/2011/09/01/class-readings-3/</link>
		<comments>http://interactive.usc.edu/2011/09/01/class-readings-3/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 01:13:04 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive.usc.edu/?p=11281</guid>
		<description><![CDATA[Here are all the readings for the class. Please prepare them for the day they are listed on the syllabus....<br /><a class="more-link" href="http://interactive.usc.edu/2011/09/01/class-readings-3/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>Here are all the readings for the class. Please prepare them for the day they are listed on the syllabus.</p>
<p><strong>Reading for Week 3, Sept 7, 2010:</strong></p>
<p>Sergei Eisenstein: A Dialectic Approach to Film Form; in: Eisenstein, S., Film Form, 1977</p>
<p><a href="http://interactive.usc.edu/blog-old/wp-content/uploads/2010/08/Film_Form.pdf">Film_Form</a></p>
<p><strong>Reading for Week 5, Sept 21, 2010:</strong></p>
<p>Italo Calvino, Cybernetics and Ghosts; in: Calvino, I., The Uses of Literature, 1986</p>
<p><a href="http://interactive.usc.edu/blog-old/wp-content/uploads/2010/08/Cybernetics_and_Ghosts.pdf">Cybernetics_and_Ghosts</a></p>
<p><strong>Reading for Week 8, Oct 12, 2010:</strong></p>
<p>Espen Arseth, Allegories of Space; in Cybertext Yearbook 2000</p>
<p><a href="http://interactive.usc.edu/blog-old/wp-content/uploads/2010/08/Allegories_of_Space.pdf">Allegories_of_Space</a></p>
<p><strong>Reading for Week 11, Nov 2, 2010:</strong></p>
<p>Umberto Eco, The Open Work; chapter 1</p>
<p><a href="http://interactive.usc.edu/blog-old/wp-content/uploads/2010/08/Open_Work.pdf">Open_Work</a></p>
<p><strong>Reading for Week 12, Nov 9, 2010:</strong></p>
<p>Frances Dyson: Embodying Technology; in: Sounding New Media, 2009<br />
<a href='http://interactive.usc.edu/blog-old/wp-content/uploads/2010/08/Embodying_Technology.pdf'>Embodying_Technology</a></p>
<p><strong>Reading for Week 14, Nov 24, 2010:</strong></p>
<p>Kevin Lynch: The Image of the Environment; in: Lynch, K., The Image of the City, 1960</p>
<p><a href="http://interactive.usc.edu/blog-old/wp-content/uploads/2010/08/Image_of_the_City.pdf">Image_of_the_City</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2011/09/01/class-readings-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to CTIN 534 &#8211; Fall 2011!</title>
		<link>http://interactive.usc.edu/2011/09/01/welcome-to-ctin-534/</link>
		<comments>http://interactive.usc.edu/2011/09/01/welcome-to-ctin-534/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 01:06:40 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive.usc.edu/?p=11277</guid>
		<description><![CDATA[Welcome to CTIN 534 &#8211; Experiments in Interactivity. On our class blog you will find all posts regarding our class,...<br /><a class="more-link" href="http://interactive.usc.edu/2011/09/01/welcome-to-ctin-534/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to CTIN 534 &#8211; Experiments in Interactivity. On our class blog you will find all posts regarding our class, the assignments, example code etc. You can also use it to share your insights, post versions of assignments, and post references to interesting things you have seen that might be of interest for the whole class.</p>
<p>Here is the syllabus for Download: <a href='http://interactive.usc.edu/wp-content/uploads/2011/09/USC_CTIN534_syllabus_2011.pdf'>USC_CTIN534_syllabus_2011</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2011/09/01/welcome-to-ctin-534/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fourth Class Project</title>
		<link>http://interactive.usc.edu/2010/10/30/fourth-class-project/</link>
		<comments>http://interactive.usc.edu/2010/10/30/fourth-class-project/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 03:52:54 +0000</pubDate>
		<dc:creator>Andreas Kratky</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[534]]></category>

		<guid isPermaLink="false">http://interactive2.usc.edu/blog/?p=6436</guid>
		<description><![CDATA[Here is the fourth and last assignment for this semester &#8211; download it and have fun: CTIN_534_4_assignment]]></description>
			<content:encoded><![CDATA[<p>Here is the fourth and last assignment for this semester &#8211; download it and have fun:<br />
<a href='http://interactive.usc.edu/blog-old/wp-content/uploads/2010/10/CTIN_534_4_assignment.pdf'>CTIN_534_4_assignment</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interactive.usc.edu/2010/10/30/fourth-class-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

