<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>Development Journal of a Raytracer  - Development</title>
    <link>http://blog.fairies-unlimited.net/</link>
    <description>Developing a Raytracer and accompanying Editor</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 09 Mar 2010 20:37:22 GMT</pubDate>

    <image>
        <url>http://blog.fairies-unlimited.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Development Journal of a Raytracer  - Development - Developing a Raytracer and accompanying Editor</title>
        <link>http://blog.fairies-unlimited.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Edge Loop - Numerical Control - 6 and Channel Material - 30</title>
    <link>http://blog.fairies-unlimited.net/archives/1816-Edge-Loop-Numerical-Control-6-and-Channel-Material-30.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1816-Edge-Loop-Numerical-Control-6-and-Channel-Material-30.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1816</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1816</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;h4&gt;Edge Loop&lt;/h4&gt;&lt;p&gt;I added a new UI-control to show the length of the edge being split. So now only the second part is missing, adding a transparent quad with a texture with a &amp;quot;+&amp;quot; and a &amp;quot;-&amp;quot; on it to show in which direction the edge will move.&lt;/p&gt;&lt;br /&gt;&lt;h4&gt;Channel Material&lt;/h4&gt;&lt;p&gt;I have defined all the necessary pins for the shader model. When doing so I also thought about the next steps and there are some problems. One is, that the raytracer uses quite different data and for example handles antialiasing whereas the OpenGL-renderer doesn&#039;t. I will have to think about a way to handle that, I only have an idea at the moment. If possible I would like to avoid to implement the operators twice, once for OpenGL and once for the raytracer.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 09 Mar 2010 21:37:22 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1816-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Channel Material - 29</title>
    <link>http://blog.fairies-unlimited.net/archives/1815-Channel-Material-29.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1815-Channel-Material-29.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1815</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1815</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;Continuing with the channel material is not as easy as I had thought. The problem to finished the preprocessing step is, that the output operator had the wrong pin-type. For some reasons the shaders need to output quite some data so I can use it in the raytracer. So I had to add a new pin type to represent that. And now I first need to implement a component turning color into shader output. I could obviously just leave it at the color pin I use now, but honestly I would not like to write much code I will very soon have to throw away.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;So I decided, that I will add an adapter to the list of operators which will use the shader models I have for my other material class and make it usable for the Channel Shaders. I always intended to add that so I can at least use some of the code I have written for my older, simpler system.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 08 Mar 2010 22:02:16 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1815-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Edge Loop - Numerical Control - 5</title>
    <link>http://blog.fairies-unlimited.net/archives/1814-Edge-Loop-Numerical-Control-5.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1814-Edge-Loop-Numerical-Control-5.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1814</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1814</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;When I tried to use the result of the Edge Loop-modifier I found out, that something didn&#039;t work correctly. I obviously didn&#039;t get the correct length of the edge. When I today looked into it I found out, that the Change Geometry had a bug, when an edge was split multiple times it didn&#039;t correctly record that in a map. So I fixed that, although I already knew at that point, that it won&#039;t be the correct solution. But it is a very important class and so fixing problems with it is also very important.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;In the meantime I have found an easy way to get the length of an edge. I could destroy it if I made a change in the future, so tomorrow I will add a comment to explain that. But I am still not finished, there is one more problem. I can&#039;t see, where the edge starts, so if I want to split an edge close to the middle, I can&#039;t tell if I use the right length. I think I will add a small helper tomorrow which shows a texture with &amp;quot;+&amp;quot; and &amp;quot;-&amp;quot; so I can immediately tell, which direction is which.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 08 Mar 2010 21:40:05 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1814-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Edge Loop - Numerical Control - 4</title>
    <link>http://blog.fairies-unlimited.net/archives/1811-Edge-Loop-Numerical-Control-4.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1811-Edge-Loop-Numerical-Control-4.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1811</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1811</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;I have finished the changes to the Edge Loop modifier. It now works mostly as I expect it. There is a small issue where values only change after the scene is refreshed I don&#039;t quite understand, but it doesn&#039;t look too bad to use. So tomorrow I will finally try to use it for a real model.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sat, 06 Mar 2010 23:18:01 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1811-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Channel Material - 28</title>
    <link>http://blog.fairies-unlimited.net/archives/1810-Channel-Material-28.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1810-Channel-Material-28.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1810</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1810</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;I was so lazy yesterday, I haven&#039;t done anything at all. Today I have continued with adding the Channel Material to the OpenGL-part of the program. The first step to use the Channel Material is to evaluate the graph of operators and build some structures. As I know, that the graph has no loops as I simply don&#039;t allow them (the program currently doesn&#039;t make any checks if there are any, though), I can evaluate the operators in a sequence, so that the input values of any operator are available when I evaluate it.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;That means the first structure I need is a list of operators. This list defines in what sequence the operators are evaluated. As it only contains operators reachable from the output operator, it also means that I can add as many dummy operators as I like to the material, evaluation will not suffer. I think that is an important aspect as it allows to play with alternatives.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The second structure is the size of the necessary state. The state is the sum over all output values and the input values to the channel shader. The input values are things like the uv-coordinates, the 3D position and the normal of the point where we want to evaluate the shader. What the evaluation step has to do besides creating the list of operators is to tell each operator where it shall store its output and where it can find its input. All inputs which are not connected will receive a default position to read, so a pin for 2d-coordinates will receive the original texture coordinates. For channel types where there is no input, e.g. the color, I will create dummy places filled with some default value, e.g. black for the color or 0 for the intensity.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 05 Mar 2010 22:17:49 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1810-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Channel Material - 27</title>
    <link>http://blog.fairies-unlimited.net/archives/1809-Channel-Material-27.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1809-Channel-Material-27.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1809</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1809</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;I have also continued a little bit on the channel material. I have started to create the OpenGL-version of the materials. I know I wrote previously that I would start with the Raytracer, but I noticed, that the first steps have to be done in the core and that is much easier to do with the OpenGL-version. So I have started with the class and will continue until the common stuff works. I haven&#039;t decided if I will then just fake the shader, e.g. paint the object gray or do a bit more, e.g. create a texture and use the Phong shader or the OpenGL fixed pipeline Gouraud shading.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 03 Mar 2010 22:01:45 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1809-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Edge Loop - Numerical Control - 3</title>
    <link>http://blog.fairies-unlimited.net/archives/1808-Edge-Loop-Numerical-Control-3.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1808-Edge-Loop-Numerical-Control-3.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1808</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1808</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;The code is working now, at least in general. I still have to fix some issues, the code currently doesn&#039;t notice changes done directly in the graphic. I will try to get it fixed on Friday. I need that code to continue on the &amp;quot;simple room&amp;quot; model I have started. To make it possible to put items into the walls I need some structure where I want to put items (because of the limitation on my CSG implementation). I used simple boxes for the four walls, and I would like to put edges at certain heights, so I can cut out the hole for a window or door or to put a socket into the wall at a fixed height over the floor.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 03 Mar 2010 21:56:35 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1808-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Edge Loop - Numerical Control - 2</title>
    <link>http://blog.fairies-unlimited.net/archives/1807-Edge-Loop-Numerical-Control-2.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1807-Edge-Loop-Numerical-Control-2.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1807</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1807</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;I had some other things to do today, but at least I am back at the code I wrote on Sunday. I also extended it a bit into the direction I am heading and am now rather certain it is the right direction. So hopefully I will manage to implement it tomorrow.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 02 Mar 2010 22:06:04 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1807-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Edge Loop - Numerical Control - 1</title>
    <link>http://blog.fairies-unlimited.net/archives/1806-Edge-Loop-Numerical-Control-1.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1806-Edge-Loop-Numerical-Control-1.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1806</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1806</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;Yesterday I started with a small change I still haven&#039;t finished. The edge loop modifier, which splits quads will get a way to define the split point numerically. As I am able to select the loops, I can add a UI for it. I want to have two ways to specify the point where to split, as factor of the edge length and in physical units, e.g. meters. I didn&#039;t think it would be a big problem, but I got a bit tangled up in all the ways I can define UIs. I think I now know, how to do it and will try to fix it tomorrow.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 01 Mar 2010 21:46:31 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1806-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Editor Changes - 4</title>
    <link>http://blog.fairies-unlimited.net/archives/1804-Editor-Changes-4.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1804-Editor-Changes-4.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1804</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1804</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;I continued with the changes to the editor. Today I worked on the way I move the camera. I have a button to move around a selected object. Basically I get the difference in x- and y-coordinates the mouse has moved. Then I rotate around the selected object along the y-axis and use the x-difference to govern how far I move. After that I rotate around the object in x-direction using the y-difference in mouse coordinates. That way the up-direction mostly stays upright and it is rather easy to use and works quite well.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;But all my buttons in that location react to left clicks with movement and to right click with rotations. So I had not really had a good idea of what to do with the &amp;quot;Rotate Around&amp;quot;-button on movement. It was set to behave like another button, but that wasn&#039;t good. Today I finally changed it to do the same as the rotation, but it rotates around its own origin, so it only turns the camera, but doesn&#039;t move it.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;While doing that I noticed, that my rotations were too fast. That wasn&#039;t any new information, but it had never been important enough to fix. But today as I was working at that place I just fixed it and added handling of modifier keys similar to the one of movements. If I move while holding shift the movements get slower, holding the control key makes it faster. So I added similar handling to rotations, now I should be able to control it much better.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I have also finished the other camera setting, I now can define a speed factor for the movements and the focal length (I only allow three fixed settings, 50mm, 35mm and 24mm equivalent to 35mm film). I even added a new setting to define the center of rotation for &amp;quot;Rotate Around&amp;quot; when nothing is selected. So I will have to use the new stuff and see, if it is useful.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 28 Feb 2010 21:54:13 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1804-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Editor Changes - 3</title>
    <link>http://blog.fairies-unlimited.net/archives/1803-Editor-Changes-3.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1803-Editor-Changes-3.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1803</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1803</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;I finished the change from yesterday. Now the OpenGL render function has an additional parameter to request transparent rendering. I also implemented it for the polyhedron class. So this should be finished now.&lt;/p&gt;&lt;br /&gt;&lt;p&gt; Then I started with the addition of the changes to the camera. First I reworked the UI I already had for settings which are specific for a model. There was quite some clutter I had to clean up. I also started to implement the factor to make it possible to adjust the speed the camera moves. For the camera angle I can&#039;t implement a simple setting. Instead I have to get the camera object of the system camera and ask that one to show a usable editing interface.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I hope, that these additions will help me to model. Also I really enjoy not working on the channel shader. I will return to it soon, though.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sat, 27 Feb 2010 22:15:24 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1803-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Editor Changes - 2</title>
    <link>http://blog.fairies-unlimited.net/archives/1802-Editor-Changes-2.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1802-Editor-Changes-2.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1802</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1802</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;I reworked the stuff I did earlier in the week. I now actually allow it to specify, if an ObjectPointer is rendered normally, transparently or not at all. To implement that I had to drag some old code out into a file of its own and had to do quite a lot of changes. But now it compiles (and hopefully works). So next is actually changing the OpenGL-rendering functions so I can really instruct objects to be transparent. A lot of changes for a small feature, but I am very sure it will benefit the program. It will solve some problems I had for quite some time without having the right idea of how to solve them.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Fri, 26 Feb 2010 23:08:56 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1802-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Editor Changes</title>
    <link>http://blog.fairies-unlimited.net/archives/1800-Editor-Changes.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1800-Editor-Changes.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1800</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1800</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;Yesterday I decided it was time to finally get the socket into a model so I can get my two models of the month posted. I decided it would make sense to create a simple room model I can reuse when I want to post images which need a room. So I created one and then had some problems. One was, that it is hard to work with the scenes if you have a closed space. The other had to do with the camera.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The first of the problems I have started to fix. Long ago I implemented switching off objects, I use that often for editing, but it also affects the raytracer, so I have to remember to switch all objects back to visible before rendering. And so I simply added another setting which is supposed to hide the object in the editor. While implementing it, it appeared to me, that it would make more sense to not hide the object, but to make it transparent. I haven&#039;t fully implemented that as I have no parameter to tell an object to become transparent, so currently I tell the object it is selected, which at least has the effect of becoming transparent for the polyhedron class. But I guess I will extend the interface to allow me to switch the objects transparent as it is probably better.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The problem with the camera is a bit different. I somehow have the impression, that the image is looking too small, not as if it was a real room, more like it was a tiny model of a room. I have no clue where that comes from, the camera angle should be set to 90° which should result in a natural view. I simply have no idea where the perception comes from. Perhaps it is linked to the second issue, I think the camera moves way too fast when I move it. I will try to solve both of these problems by adding settings so I can define the view angle for the modeling camera (for the cameras used to render the scenes in the raytracer that was possible for a very long time) and to define the speed of movement. Perhaps then the effect will vanish?&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 24 Feb 2010 21:40:22 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1800-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Channel Material - 26</title>
    <link>http://blog.fairies-unlimited.net/archives/1799-Channel-Material-26.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1799-Channel-Material-26.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1799</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1799</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;I have finally added all the code to add channels. I guess I will ignore further work on the editor and finally try to implement the stuff into the raytracer so I can soon play with it. I finally want to do other stuff, this thing is exhausting me.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 23 Feb 2010 22:14:03 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1799-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Channel Material - 25</title>
    <link>http://blog.fairies-unlimited.net/archives/1798-Channel-Material-25.html</link>
            <category>Development</category>
    
    <comments>http://blog.fairies-unlimited.net/archives/1798-Channel-Material-25.html#comments</comments>
    <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1798</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=2.0&amp;type=comments&amp;cid=1798</wfw:commentRss>
    

    <author>nospam@example.com (Josef Meixner)</author>
    <content:encoded>
    &lt;p&gt;I also continued a bit on the channel material. The selection was changed and I have now all the information to create the new channel. The next step is adding the command and the code to actually add a channel. There is one issue I still need to fix, only one channel can be connected to an input. So when creating the command object I have to check, if there is already a channel and create a second command to make sure only one of the channels is used.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 22 Feb 2010 21:47:14 +0100</pubDate>
    <guid isPermaLink="false">http://blog.fairies-unlimited.net/archives/1798-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>

</channel>
</rss>