<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://theeyetribe.com/forum/feed.php?f=15&amp;t=403" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2015-01-19T10:36:02+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=15&amp;t=403</id>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2015-01-19T10:36:02+02:00</updated>
<published>2015-01-19T10:36:02+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1653#p1653</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1653#p1653"/>
<title type="html"><![CDATA[Re: GazeCam Sample with images]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1653#p1653"><![CDATA[
<blockquote class="uncited"><div><br />And if the every cube should appear with different color, I multiply the function?<br /></div></blockquote><br /><br />If you want every cube to have a different color, then you need to implement the logic to handle it. That could be done by using different tags on every cube as identifies and then setting color accordingly. You could also add scripts to the cubes that handle this. You would most likely be able to find a tutorial about this in the official <a href="http://forum.unity3d.com/" class="postlink">Unity forum</a>.<br /><br /><blockquote class="uncited"><div><br />I mean if it possible that the cube stays red even when not looking anymore.<br /></div></blockquote><br /><br />Sure that is possible. Just alter the existing code or implement your own logic.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=120">skataAnders</a> — 19 Jan 2015, 10:36</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hou.hanru@gmail.com]]></name></author>
<updated>2015-01-19T05:23:37+02:00</updated>
<published>2015-01-19T05:23:37+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1652#p1652</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1652#p1652"/>
<title type="html"><![CDATA[Re: GazeCam Sample with images]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1652#p1652"><![CDATA[
Oh I see. And if the every cube should appear with different colour, I multiply the function?<br /><br /><blockquote class="uncited"><div><br />...how do I change the fact that the colour of the cube is red only when looking and not once activated through gaze.<br /></div></blockquote><br /><br />I mean if it possible that the cube stays red even when not looking anymore. <br /><br /><br />Best,<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=6168">skatahou.hanru@gmail.com</a> — 19 Jan 2015, 05:23</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2015-01-18T12:01:53+02:00</updated>
<published>2015-01-18T12:01:53+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1650#p1650</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1650#p1650"/>
<title type="html"><![CDATA[Re: GazeCam Sample with images]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1650#p1650"><![CDATA[
<blockquote class="uncited"><div><br />How do I change this, if I for example want an image instead of colour to appear?<br /></div></blockquote><br /><br />Take a look at the <span style="font-style: italic">GazeCamera</span> class and the <span style="font-style: italic">checkGazeCollision</span> method. Substitute the color with a texture.<br /><br /><blockquote class="uncited"><div><br />...how do I change the fact that the colour of the cube is red only when looking and not once activated through gaze.<br /></div></blockquote><br /><br />I am not sure I understand the difference between these two states?<br /><br /><blockquote class="uncited"><div><br />What are the others [scripts] for?<br /></div></blockquote><br /><br />Search the Unity scene graph and you will be able to see what GameObjects the scripts are attached to.<br /><br />BR,<br />Anders<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=120">skataAnders</a> — 18 Jan 2015, 12:01</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hou.hanru@gmail.com]]></name></author>
<updated>2015-01-17T21:48:42+02:00</updated>
<published>2015-01-17T21:48:42+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1649#p1649</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1649#p1649"/>
<title type="html"><![CDATA[GazeCam Sample with images]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=403&amp;p=1649#p1649"><![CDATA[
Hello,<br /><br />I am working with the GazeCam Unity Sample, and I wonder if the fact that the cube becomes red when looking is implemented in the script/code? How do I change this, if I for example want an image instead of colour to appear? I also wonder how do I change the fact that the colour of the cube is red only when looking and not once activated through gaze. I looked at the different scripts but I can only see one of them attached to the main camera. What are the others for?<br /><br />Thanks for help  <img src="http://theeyetribe.com/forum/images/smilies/icon_exclaim.gif" alt=":!:" title="Exclamation" /><p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=6168">skatahou.hanru@gmail.com</a> — 17 Jan 2015, 21:48</p><hr />
]]></content>
</entry>
</feed>