-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
__copyright__ = '(c) 2007-2024 Ilya Razmanov' | ||
__credits__ = 'Ilya Razmanov' | ||
__license__ = 'unlicense' | ||
__version__ = '1.10.4.1' | ||
__version__ = '1.10.4.2' | ||
__maintainer__ = 'Ilya Razmanov' | ||
__email__ = '[email protected]' | ||
__status__ = 'Production' | ||
|
@@ -257,8 +257,8 @@ def src_lum(x, y): | |
' look_at <0.0, 0.0, 0.0>\n', | ||
'}\n\n', | ||
# Light {#aaaa00, 2} | ||
'light_source{0*x\n color rgb <1.1, 1.0, 1.0>\n// area_light <1, 0, 0>, <0, 1, 0>, 5, 5 circular orient area_illumination on\n translate <-4, -3, 2>\n}\n\n', | ||
'light_source{0*x\n color rgb <0.9, 1.0, 1.0>\n// area_light <1, 0, 0>, <0, 1, 0>, 5, 5 circular orient area_illumination on\n translate <1, 2, 3>\n}\n\n', | ||
'light_source{0*x\n color rgb <1.1, 1.0, 1.0>\n// area_light <0.5, 0, 0>, <0, 0.5, 0>, 5, 5 circular orient area_illumination on\n translate <-4, -3, 2>\n}\n\n', | ||
'light_source{0*x\n color rgb <0.9, 1.0, 1.0>\n// area_light <0.5, 0, 0>, <0, 0.5, 0>, 5, 5 circular orient area_illumination on\n translate <1, -2, 3>\n}\n\n', | ||
'\n/* ----------------------------------------------\n | Insert preset to override settings above |\n ---------------------------------------------- */\n\n', | ||
'// #include "preset.inc" // Set path and name of your file related to scene file\n\n', | ||
# Main object start {#ffaa00,0} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
__copyright__ = '(c) 2007-2024 Ilya Razmanov' | ||
__credits__ = 'Ilya Razmanov' | ||
__license__ = 'unlicense' | ||
__version__ = '1.10.4.1' | ||
__version__ = '1.10.4.2' | ||
__maintainer__ = 'Ilya Razmanov' | ||
__email__ = '[email protected]' | ||
__status__ = 'Production' | ||
|
@@ -261,8 +261,8 @@ def src_lum(x, y): | |
' look_at <0.0, 0.0, 0.0>\n', | ||
'}\n\n', | ||
# Light {#aaaa00, 2} | ||
'light_source{0*x\n color rgb <1.1, 1.0, 1.0>\n// area_light <1, 0, 0>, <0, 1, 0>, 5, 5 circular orient area_illumination on\n translate <-4, 1, 3>\n}\n\n', | ||
'light_source{0*x\n color rgb <0.9, 1.0, 1.0>\n// area_light <1, 0, 0>, <0, 1, 0>, 5, 5 circular orient area_illumination on\n translate <1, -3, 4>\n}\n\n', | ||
'light_source{0*x\n color rgb <1.1, 1.0, 1.0>\n// area_light <0.5, 0, 0>, <0, 0.5, 0>, 5, 5 circular orient area_illumination on\n translate <-4, 1, 3>\n}\n\n', | ||
'light_source{0*x\n color rgb <0.9, 1.0, 1.0>\n// area_light <0.5, 0, 0>, <0, 0.5, 0>, 5, 5 circular orient area_illumination on\n translate <1, -3, 4>\n}\n\n', | ||
'\n/* ----------------------------------------------\n | Insert preset to override settings above |\n ---------------------------------------------- */\n\n', | ||
'// #include "preset.inc" // Set path and name of your file related to scene file\n\n', | ||
# Main object start {#ffaa00,0} | ||
|