<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed version="0.3" 
   xmlns="http://purl.org/atom/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://blog.fairies-unlimited.net/rss.php?version=atom0.3" rel="service.feed" title="Development Journal of a Raytracer " type="application/x.atom+xml" />
    <link href="http://blog.fairies-unlimited.net/"                        rel="alternate"    title="Development Journal of a Raytracer " type="text/html" />
    <link href="http://blog.fairies-unlimited.net/rss.php?version=2.0"     rel="alternate"    title="Development Journal of a Raytracer " type="application/rss+xml" />
    <title mode="escaped" type="text/html">Development Journal of a Raytracer </title>
    <tagline mode="escaped" type="text/html">Developing a Raytracer and accompanying Editor</tagline>
    <id>http://blog.fairies-unlimited.net/</id>
    <modified>2010-03-10T20:48:42Z</modified>
    <generator url="http://www.s9y.org/" version="1.1">Serendipity 1.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>
    <info mode="xml" type="text/html">
        <div xmlns="http://www.w3.org/1999/xhtml">You are viewing an ATOM formatted XML site feed. Usually this file is inteded to be viewed in an aggregator or syndication software. If you want to know more about ATOM, please visist <a href="http://atomenabled.org/">Atomenabled.org</a></div>
    </info>

    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1817-Channel-Material-31.html" rel="alternate" title="Channel Material - 31" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-10T20:48:42Z</issued>
        <created>2010-03-10T20:48:42Z</created>
        <modified>2010-03-10T20:48:42Z</modified>
        <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1817</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=atom0.3&amp;type=comments&amp;cid=1817</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1817-guid.html</id>
        <title mode="escaped" type="text/html">Channel Material - 31</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>I am back at where I was before I started to implement the shader operator. I guess for now I will try to implement what I have currently and then see, how to fix the rest of the problems. So as the default model of the Channel Material is now nearly a working version (I didn't define the shader to use, I basically have an empty container), I hope to finished the preprocessing step and then implement a simple OpenGL-version of the material. It will just create a texture and then use a Phong shader.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1816-Edge-Loop-Numerical-Control-6-and-Channel-Material-30.html" rel="alternate" title="Edge Loop - Numerical Control - 6 and Channel Material - 30" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-09T20:37:22Z</issued>
        <created>2010-03-09T20:37:22Z</created>
        <modified>2010-03-09T20:37:22Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1816</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1816-guid.html</id>
        <title mode="escaped" type="text/html">Edge Loop - Numerical Control - 6 and Channel Material - 30</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <h4>Edge Loop</h4><p>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 &quot;+&quot; and a &quot;-&quot; on it to show in which direction the edge will move.</p><br /><h4>Channel Material</h4><p>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'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.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1815-Channel-Material-29.html" rel="alternate" title="Channel Material - 29" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-08T21:02:16Z</issued>
        <created>2010-03-08T21:02:16Z</created>
        <modified>2010-03-08T21:02:16Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1815</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1815-guid.html</id>
        <title mode="escaped" type="text/html">Channel Material - 29</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>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.</p><br /><p>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.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1814-Edge-Loop-Numerical-Control-5.html" rel="alternate" title="Edge Loop - Numerical Control - 5" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-08T20:40:05Z</issued>
        <created>2010-03-08T20:40:05Z</created>
        <modified>2010-03-08T20:40:05Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1814</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1814-guid.html</id>
        <title mode="escaped" type="text/html">Edge Loop - Numerical Control - 5</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>When I tried to use the result of the Edge Loop-modifier I found out, that something didn't work correctly. I obviously didn'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't correctly record that in a map. So I fixed that, although I already knew at that point, that it won't be the correct solution. But it is a very important class and so fixing problems with it is also very important.</p><br /><p>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't see, where the edge starts, so if I want to split an edge close to the middle, I can't tell if I use the right length. I think I will add a small helper tomorrow which shows a texture with &quot;+&quot; and &quot;-&quot; so I can immediately tell, which direction is which.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1813-To-Do-in-March.html" rel="alternate" title="To Do in March" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-07T13:22:54Z</issued>
        <created>2010-03-07T13:22:54Z</created>
        <modified>2010-03-10T06:35:12Z</modified>
        <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1813</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=atom0.3&amp;type=comments&amp;cid=1813</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1813-guid.html</id>
        <title mode="escaped" type="text/html">To Do in March</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
<p>Some days late, I totally forgot about it yesterday, but here is the review of <a href="http://blog.fairies-unlimited.net/exit.php?url_id=3785&amp;entry_id=1813" title="http://blog.fairies-unlimited.net/archives/1780-To-Do-in-February.html"  onmouseover="window.status='http://blog.fairies-unlimited.net/archives/1780-To-Do-in-February.html';return true;" onmouseout="window.status='';return true;">February</a>.</p>
 <br /><a href="http://blog.fairies-unlimited.net/archives/1813-To-Do-in-March.html#extended">Continue reading "To Do in March"</a>
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1812-Compression-of-HTTP-Responses.html" rel="alternate" title="Compression of HTTP Responses" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-06T22:20:21Z</issued>
        <created>2010-03-06T22:20:21Z</created>
        <modified>2010-03-06T22:20:21Z</modified>
        <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1812</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=atom0.3&amp;type=comments&amp;cid=1812</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1812-guid.html</id>
        <title mode="escaped" type="text/html">Compression of HTTP Responses</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Today I also worked on the HTTPD. I have extended the response- and request-classes so that the request can tell the response, that the client (i.e. the browser requesting a page) can handle compressed pages. As the evaluation, if a client understands compression is costly, I added a virtual function to the response so an implementation can inform the request, that it can't compress the contents and so it doesn't have to look into the header. Currently the error response doesn't return any data, so it obviously doesn't need to support compression. The same would be true of binary data like images, but I haven't defined a response to handle that yet, currently I can only send texts.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1811-Edge-Loop-Numerical-Control-4.html" rel="alternate" title="Edge Loop - Numerical Control - 4" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-06T22:18:01Z</issued>
        <created>2010-03-06T22:18:01Z</created>
        <modified>2010-03-06T22:18:01Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1811</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1811-guid.html</id>
        <title mode="escaped" type="text/html">Edge Loop - Numerical Control - 4</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>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't quite understand, but it doesn't look too bad to use. So tomorrow I will finally try to use it for a real model.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1810-Channel-Material-28.html" rel="alternate" title="Channel Material - 28" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-05T21:17:49Z</issued>
        <created>2010-03-05T21:17:49Z</created>
        <modified>2010-03-05T21:17:49Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1810</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1810-guid.html</id>
        <title mode="escaped" type="text/html">Channel Material - 28</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>I was so lazy yesterday, I haven'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't allow them (the program currently doesn'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.</p><br /><p>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.</p><br /><p>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.</p> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1809-Channel-Material-27.html" rel="alternate" title="Channel Material - 27" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-03T21:01:45Z</issued>
        <created>2010-03-03T21:01:45Z</created>
        <modified>2010-03-10T03:29:51Z</modified>
        <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1809</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=atom0.3&amp;type=comments&amp;cid=1809</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1809-guid.html</id>
        <title mode="escaped" type="text/html">Channel Material - 27</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>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'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.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1808-Edge-Loop-Numerical-Control-3.html" rel="alternate" title="Edge Loop - Numerical Control - 3" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-03T20:56:35Z</issued>
        <created>2010-03-03T20:56:35Z</created>
        <modified>2010-03-03T20:56:35Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1808</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1808-guid.html</id>
        <title mode="escaped" type="text/html">Edge Loop - Numerical Control - 3</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>The code is working now, at least in general. I still have to fix some issues, the code currently doesn'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 &quot;simple room&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.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1807-Edge-Loop-Numerical-Control-2.html" rel="alternate" title="Edge Loop - Numerical Control - 2" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-02T21:06:04Z</issued>
        <created>2010-03-02T21:06:04Z</created>
        <modified>2010-03-02T21:06:04Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1807</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1807-guid.html</id>
        <title mode="escaped" type="text/html">Edge Loop - Numerical Control - 2</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>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.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1806-Edge-Loop-Numerical-Control-1.html" rel="alternate" title="Edge Loop - Numerical Control - 1" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-03-01T20:46:31Z</issued>
        <created>2010-03-01T20:46:31Z</created>
        <modified>2010-03-01T20:46:31Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1806</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1806-guid.html</id>
        <title mode="escaped" type="text/html">Edge Loop - Numerical Control - 1</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Yesterday I started with a small change I still haven'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'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.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1805-Restarted-work-on-the-HTTPD.html" rel="alternate" title="Restarted work on the HTTPD" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-02-28T21:13:41Z</issued>
        <created>2010-02-28T21:13:41Z</created>
        <modified>2010-02-28T21:13:41Z</modified>
        <wfw:comment>http://blog.fairies-unlimited.net/wfwcomment.php?cid=1805</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.fairies-unlimited.net/rss.php?version=atom0.3&amp;type=comments&amp;cid=1805</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1805-guid.html</id>
        <title mode="escaped" type="text/html">Restarted work on the HTTPD</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>It has been forever that I really worked on the HTTPD, I have sometimes done some small stuff, but mostly to get it compiling again. Last weekend I managed to update my SuSE 11.1 installation to 11.2 (astoundingly the updater really works) and it finally seems to support my system well enough that I can work. The network is detected with the right speed (in 11.1 the network came up with 10Mb/s) and even my audio card works again.</p><br /><p>I am still at the point to add compression to the HTTPD, but I first added something else. As I want to write web services in C++ I need some support to make it easier to create pages. The first addition was, to have a class which creates the HTML-header (containing the DTD, the title and so on). I will extend it later so I can also pass the location of CSS- or JS-files, that way I can write it down correctly once and don't need to remember or look up how to do it. Yes, I know I am lazy.</p><br /><p>With that I extended my first test page to contain a bit more text. Next weekend I will try to finally add primitive support for compression.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1804-Editor-Changes-4.html" rel="alternate" title="Editor Changes - 4" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-02-28T20:54:13Z</issued>
        <created>2010-02-28T20:54:13Z</created>
        <modified>2010-03-07T18:46:18Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1804</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1804-guid.html</id>
        <title mode="escaped" type="text/html">Editor Changes - 4</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>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.</p><br /><p>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 &quot;Rotate Around&quot;-button on movement. It was set to behave like another button, but that wasn'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't move it.</p><br /><p>While doing that I noticed, that my rotations were too fast. That wasn'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.</p><br /><p>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 &quot;Rotate Around&quot; when nothing is selected. So I will have to use the new stuff and see, if it is useful.</p>
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://blog.fairies-unlimited.net/archives/1803-Editor-Changes-3.html" rel="alternate" title="Editor Changes - 3" type="text/html" />
        <author>
            <name>Josef Meixner</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-02-27T21:15:24Z</issued>
        <created>2010-02-27T21:15:24Z</created>
        <modified>2010-02-27T21:15:24Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=1803</wfw:commentRss>
    
        <id>http://blog.fairies-unlimited.net/archives/1803-guid.html</id>
        <title mode="escaped" type="text/html">Editor Changes - 3</title>
        <content type="application/xhtml+xml" xml:base="http://blog.fairies-unlimited.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>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.</p><br /><p> 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'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.</p><br /><p>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.</p>
 
            </div>
        </content>

        
    </entry>
</feed>