moved a constant to globals
This commit is contained in:
parent
8d438d5885
commit
8b3126cd78
@ -62,8 +62,6 @@ blob {
|
||||
|
||||
// =======================================================
|
||||
|
||||
#declare SzSol = 26;
|
||||
|
||||
#declare Le_Sol = object
|
||||
{
|
||||
height_field {
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
global_settings {
|
||||
assumed_gamma 1.0
|
||||
ambient_light rgb <0.23, 0.23, 0.21>
|
||||
ambient_light rgb <0.18, 0.18, 0.21>
|
||||
max_trace_level 15
|
||||
}
|
||||
|
||||
@ -22,9 +22,14 @@ global_settings {
|
||||
* Some constants...
|
||||
*/
|
||||
|
||||
#declare SzSol = 30;
|
||||
|
||||
#declare R_basecone = 0.117;
|
||||
#declare H_cone = 0.97;
|
||||
|
||||
#declare R_gyro = 0.10;
|
||||
#declare H_gyro = 1.20;
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/*
|
||||
* Usefull macros
|
||||
|
Loading…
Reference in New Issue
Block a user