<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.devl.cz/pyrit/</link>
    <language>en-us</language>

    <title>pyrit: ccdemos/Makefile history</title>
    <description>ccdemos/Makefile revision history</description>
    <item>
    <title>cleaned Texture interface</title>
    <link>http://hg.devl.cz/pyrit/log/fbdeb3e04543/ccdemos/Makefile</link>
    <description><![CDATA[cleaned Texture interface<br/>
new C++ demo: textures<br/>
slightly adjusted SAH for kd-tree<br/>
slightly optimized kd-tree building -- moved termination cond. so it's tested before recursion<br/>
minor sphere intersection optimization]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 29 Dec 2007 13:53:33 +0100</pubDate>
</item>
<item>
    <title>fix possible division by zero in ccdemos/common_ply.h</title>
    <link>http://hg.devl.cz/pyrit/log/c1080cb5bd6d/ccdemos/Makefile</link>
    <description><![CDATA[fix possible division by zero in ccdemos/common_ply.h<br/>
don't use DEFS variable in makefiles, just add it to CCFLAGS<br/>
compile float version of libs with -fsingle-precision-constant]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Tue, 18 Dec 2007 12:36:01 +0100</pubDate>
</item>
<item>
    <title>Makefile: added help and distclean target, plus small fixes</title>
    <link>http://hg.devl.cz/pyrit/log/929aad02c5f2/ccdemos/Makefile</link>
    <description><![CDATA[Makefile: added help and distclean target, plus small fixes<br/>
ccdemos/common_sdl.h:<br/>
  print fps to window caption instead of console<br/>
  update and key callbacks<br/>
  fixed segfault when resizing window<br/>
  pressing c now causes print out of camera coordinates<br/>
ccdemos/spheres_shadow.cc: controlling position of a light and focal length of camera]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 17 Dec 2007 22:03:50 +0100</pubDate>
</item>
<item>
    <title>ccdemos: put the common code to header files, common_ply.h and common_sdl.h</title>
    <link>http://hg.devl.cz/pyrit/log/7079dcc3bd74/ccdemos/Makefile</link>
    <description><![CDATA[ccdemos: put the common code to header files, common_ply.h and common_sdl.h<br/>
move all ccdemos on octree and make them all realtime (-i argument)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 14 Dec 2007 16:51:22 +0100</pubDate>
</item>
<item>
    <title>new C++ demo: realtime_bunny</title>
    <link>http://hg.devl.cz/pyrit/log/574c34441a1c/ccdemos/Makefile</link>
    <description><![CDATA[new C++ demo: realtime_bunny<br/>
obj/ply loading functions moved to *reader.py from Python demos]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 08 Dec 2007 14:07:42 +0100</pubDate>
</item>
<item>
    <title>tuned ray-triangle intersection, now there are three algorithms to choose from:</title>
    <link>http://hg.devl.cz/pyrit/log/b8232edee786/ccdemos/Makefile</link>
    <description><![CDATA[tuned ray-triangle intersection, now there are three algorithms to choose from:<br/>
  Plucker, Barycentric and Barycentric with preprocessing (Wald)<br/>
methods in Vector and Shape (and derivates) made const]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 07 Dec 2007 14:56:39 +0100</pubDate>
</item>
<item>
    <title>new C++ demo: realtime_dragon.cc</title>
    <link>http://hg.devl.cz/pyrit/log/d0d76e8a5203/ccdemos/Makefile</link>
    <description><![CDATA[new C++ demo: realtime_dragon.cc<br/>
class Container moved to its own source file (from kdtree.*)<br/>
new directory for models and Makefile which downloads and prepares them<br/>
fixed python module path in some forgotten demos<br/>
ShapeList moved to scene.h]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 05 Dec 2007 18:54:23 +0100</pubDate>
</item>
<item>
    <title>new make infrastructure</title>
    <link>http://hg.devl.cz/pyrit/log/76b7bd51d64a/ccdemos/Makefile</link>
    <description><![CDATA[new make infrastructure<br/>
generalize floats to Floats, allow compiling as both double/float]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 03 Dec 2007 01:49:23 +0100</pubDate>
</item>
<item>
    <title>new C++ demo: realtime.cc (real-time scene viewer using SDL)</title>
    <link>http://hg.devl.cz/pyrit/log/f22952603f29/ccdemos/Makefile</link>
    <description><![CDATA[new C++ demo: realtime.cc (real-time scene viewer using SDL)<br/>
Quaternion, Camera::rotate and Camera::move<br/>
replace all printf's with infomsg wrapper<br/>
don't allocate memory in Raytracer::render, just blindly write to provided address<br/>
don't creat Container object in Raytracer, let user do it]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 29 Nov 2007 18:30:16 +0100</pubDate>
</item>
<item>
    <title>add Raytracer::setThreads()</title>
    <link>http://hg.devl.cz/pyrit/log/20bceb605f48/ccdemos/Makefile</link>
    <description><![CDATA[add Raytracer::setThreads()<br/>
resolved all memory leaks during rendering]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 25 Nov 2007 21:47:10 +0100</pubDate>
</item>
<item>
    <title>C++ demos: prepare infrastructure, add spheres_shadow.cc</title>
    <link>http://hg.devl.cz/pyrit/log/a0a3e334744f/ccdemos/Makefile</link>
    <description><![CDATA[C++ demos: prepare infrastructure, add spheres_shadow.cc<br/>
      rename Ray::a to Ray::o<br/>
      KdNode::shapes changed to pointer and added to union together with *children (to save memory)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 25 Nov 2007 17:58:29 +0100</pubDate>
</item>

  </channel>
</rss>
