age |
author |
description |
Mon, 01 Feb 2016 14:56:15 +0200 |
John Tsiombikas |
minor fix of strange code structure in the thread func |
Wed, 24 Feb 2016 00:26:50 +0200 |
John Tsiombikas |
in the middle of the vmath->gph-math portgmath |
Tue, 29 Dec 2015 12:19:53 +0200 |
John Tsiombikas |
started gmath conversion |
Fri, 18 Sep 2015 06:47:41 +0300 |
John Tsiombikas |
helpful comment |
Wed, 11 Jun 2014 16:38:11 +0300 |
John Tsiombikas |
first attempt at separating direct from indirect failed miserably |
Tue, 10 Jun 2014 16:15:08 +0300 |
John Tsiombikas |
console input history with up/down |
Tue, 10 Jun 2014 12:28:56 +0300 |
John Tsiombikas |
console: proper input line windowing and clipping |
Tue, 10 Jun 2014 10:53:19 +0300 |
John Tsiombikas |
minor enhancements and bugfixes to the console stuff |
Mon, 09 Jun 2014 23:57:24 +0300 |
John Tsiombikas |
load console command |
Mon, 09 Jun 2014 18:40:30 +0300 |
John Tsiombikas |
cursor handling in the console |
Mon, 09 Jun 2014 16:01:00 +0300 |
John Tsiombikas |
implemented console and rudimentary commandline parser |
Mon, 09 Jun 2014 07:28:03 +0300 |
John Tsiombikas |
small markdown fix in readme |
Mon, 09 Jun 2014 07:24:22 +0300 |
John Tsiombikas |
added COPYING and augmented the README file |
Sun, 08 Jun 2014 08:12:05 +0300 |
John Tsiombikas |
- changed the UI font, made it a bit smaller |
Sat, 07 Jun 2014 14:21:56 +0300 |
John Tsiombikas |
- added -ldrawtext to the makefile |
Sat, 07 Jun 2014 13:36:36 +0300 |
John Tsiombikas |
- lambert BRDF importance sampling |
Sat, 07 Jun 2014 09:14:17 +0300 |
John Tsiombikas |
- introduced SurfaceGeometry to carry all the geometric information input to |
Sat, 07 Jun 2014 06:10:21 +0300 |
John Tsiombikas |
another missing <algorithm> include broke windows build |
Fri, 06 Jun 2014 15:08:09 +0300 |
John Tsiombikas |
write the rendered image when pressing '`' and on exit. |
Fri, 06 Jun 2014 14:39:40 +0300 |
John Tsiombikas |
phong/lafortune BRDF |
Mon, 02 Jun 2014 00:53:01 +0300 |
John Tsiombikas |
added missing <algorithms> header in erebus.cc |
Sun, 01 Jun 2014 19:19:40 +0300 |
John Tsiombikas |
multithreadededit |
Sat, 31 May 2014 06:21:09 +0300 |
John Tsiombikas |
ops, failed to set num_threads in ThreadPool |
Fri, 30 May 2014 06:56:44 +0300 |
John Tsiombikas |
implemented thread pool. not using it yet. |
Thu, 29 May 2014 07:47:52 +0300 |
John Tsiombikas |
- debugging scale factor for render size |
Thu, 29 May 2014 03:35:04 +0300 |
John Tsiombikas |
added -brdf arguments in scene construction commands |
Wed, 28 May 2014 07:06:29 +0300 |
John Tsiombikas |
started adding BRDFs |
Tue, 27 May 2014 07:49:09 +0300 |
John Tsiombikas |
removed debugging messages while parsing scene |
Tue, 27 May 2014 07:43:55 +0300 |
John Tsiombikas |
scene loading |
Mon, 26 May 2014 23:34:12 +0300 |
John Tsiombikas |
- implemented Box object intersection |
Mon, 26 May 2014 05:41:28 +0300 |
John Tsiombikas |
fixed the normal bug |
Sun, 25 May 2014 02:23:39 +0300 |
John Tsiombikas |
fixed visual studio build |