made verbose the default option
git-svn-id: svn://anubis/fart/trunk@181 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
parent
73cc495a79
commit
1f00625379
1
.todo
1
.todo
@ -1,6 +1,5 @@
|
||||
FART To-Do List
|
||||
===============
|
||||
- Make verbose default
|
||||
- Recurse for reflection
|
||||
- Continue for transparency
|
||||
- Scan for cameras before scene items
|
||||
|
@ -25,7 +25,7 @@ Scene::Scene(const map<string, const char *> & options,
|
||||
m_multisample_level = 1;
|
||||
m_output_file_name = "fart.bmp";
|
||||
m_vfov = 60.0;
|
||||
m_verbose = false;
|
||||
m_verbose = true;
|
||||
m_data = NULL;
|
||||
m_ambient_light = Color(0.1, 0.1, 0.1);
|
||||
m_max_depth = 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user