Josh Holtrop
|
b7e2aa1bae
|
added freeimage library (de)initialization
git-svn-id: svn://anubis/fart/trunk@381 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2010-10-13 20:30:09 +00:00 |
|
Josh Holtrop
|
36d59ba575
|
changed elapsed time output to "Render time"
git-svn-id: svn://anubis/fart/trunk@317 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2010-09-29 15:32:59 +00:00 |
|
Josh Holtrop
|
340742d27b
|
added command-line options --ambient-occlusion and --preview, console displays max depth parameter
git-svn-id: svn://anubis/fart/trunk@282 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2010-07-09 16:18:51 +00:00 |
|
Josh Holtrop
|
7a3ed0213b
|
flush stdout after writing % complete instead of waiting for line buffering
git-svn-id: svn://anubis/fart/trunk@266 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2010-07-01 13:51:20 +00:00 |
|
Josh Holtrop
|
781b46dcd4
|
display percent of image complete on command line
git-svn-id: svn://anubis/fart/trunk@265 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2010-06-30 16:05:42 +00:00 |
|
Josh Holtrop
|
96f2b7d276
|
added ambient_occlusion global scene option to parser and vim keywords; added ambient_occlusion scene file
git-svn-id: svn://anubis/fart/trunk@263 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2010-06-29 19:37:53 +00:00 |
|
Josh Holtrop
|
bc27be0f85
|
added Ray::randomRay() to generated a ray with origin at (0,0,0) and a random direction
git-svn-id: svn://anubis/fart/trunk@254 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2010-06-25 16:16:08 +00:00 |
|
Josh Holtrop
|
054a5e8f0e
|
distributed slave nodes forking for each core to take advantage of multicore architectures
git-svn-id: svn://anubis/fart/trunk@245 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-15 02:44:05 +00:00 |
|
Josh Holtrop
|
f6c6e8ec36
|
added startChildren() in main/fart module, soon to be replaced with a straight fork() call
git-svn-id: svn://anubis/fart/trunk@244 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-15 02:35:14 +00:00 |
|
Josh Holtrop
|
37c319a782
|
moved distrib object to a top-level object in the function so it would not be destroyed before main() exits; added exit(0) call at end of main()
git-svn-id: svn://anubis/fart/trunk@242 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-15 01:03:42 +00:00 |
|
Josh Holtrop
|
d98c26da66
|
rearranged the failure handling code
git-svn-id: svn://anubis/fart/trunk@241 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-15 00:58:35 +00:00 |
|
Josh Holtrop
|
aaa38f6f2c
|
added TCP_NODELAY socket option to communication sockets for messages to be sent immediately
git-svn-id: svn://anubis/fart/trunk@239 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-14 23:53:50 +00:00 |
|
Josh Holtrop
|
95341049c8
|
fixed output file name NULL pointer bug
git-svn-id: svn://anubis/fart/trunk@238 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-14 22:13:48 +00:00 |
|
Josh Holtrop
|
5264f1de7e
|
reworking distrib infrastructure; server still terminates execution prematurely
git-svn-id: svn://anubis/fart/trunk@237 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-14 02:33:37 +00:00 |
|
Josh Holtrop
|
33f554d714
|
reworking distrib & Scene to work together
git-svn-id: svn://anubis/fart/trunk@226 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-06 18:38:30 +00:00 |
|
Josh Holtrop
|
6fdaf01214
|
passing client options to distributed clients, ready to actually distribute work
git-svn-id: svn://anubis/fart/trunk@223 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-05 18:12:44 +00:00 |
|
Josh Holtrop
|
1dbe7040e4
|
working on distribution infrastructure some more, ssh working
git-svn-id: svn://anubis/fart/trunk@222 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-04-05 16:42:30 +00:00 |
|
Josh Holtrop
|
091fcadd39
|
added -d flag to usage information
git-svn-id: svn://anubis/fart/trunk@207 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-03-10 18:29:45 +00:00 |
|
Josh Holtrop
|
9f9ce1a8f5
|
added maximum depth command-line argument (-d) and scene option (max_depth); prettified elapsed time output when greater than 60 seconds
git-svn-id: svn://anubis/fart/trunk@203 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-03-10 00:01:21 +00:00 |
|
Josh Holtrop
|
09e97510d8
|
added built-in timer around Scene::render() call
git-svn-id: svn://anubis/fart/trunk@195 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-03-08 22:51:47 +00:00 |
|
Josh Holtrop
|
f03b19a022
|
added messages to main/Scene, util/Matrix constructor sets matrix to identity
git-svn-id: svn://anubis/fart/trunk@37 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-01-23 14:57:47 +00:00 |
|
Josh Holtrop
|
c32e826ee3
|
added --field-of-view and m_vfov to Scene
git-svn-id: svn://anubis/fart/trunk@36 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-01-23 14:43:49 +00:00 |
|
Josh Holtrop
|
1454fe8c2e
|
added --help option, updated util/Transform
git-svn-id: svn://anubis/fart/trunk@26 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-01-22 03:28:51 +00:00 |
|
Josh Holtrop
|
b6008116cf
|
Scene now writing blank BMP file, accepting settings parameters
git-svn-id: svn://anubis/fart/trunk@24 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-01-22 02:51:43 +00:00 |
|
Josh Holtrop
|
959219ffb8
|
updated main/Scene to accept std::map of parameters
git-svn-id: svn://anubis/fart/trunk@23 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-01-22 02:26:32 +00:00 |
|
Josh Holtrop
|
5c9857e9a1
|
added a few scene options to the scene_options map for Scene to deal with
git-svn-id: svn://anubis/fart/trunk@22 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-01-22 01:29:35 +00:00 |
|
Josh Holtrop
|
a52733c996
|
updated main/fart.cc a tad
git-svn-id: svn://anubis/fart/trunk@20 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-01-20 21:51:03 +00:00 |
|
Josh Holtrop
|
c06255abff
|
added main/Scene module; updated main/fart.cc to use getopt_long()
git-svn-id: svn://anubis/fart/trunk@19 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-01-20 21:39:44 +00:00 |
|
Josh Holtrop
|
0e93e2c76d
|
updated Makefile, main/fart.cc, util/Vector.h
git-svn-id: svn://anubis/fart/trunk@5 7f9b0f55-74a9-4bce-be96-3c2cd072584d
|
2009-01-18 02:10:23 +00:00 |
|