Space / Futuron
2016-04-17, 22:22 (This post was last modified: 2016-04-17, 22:36 by Damien Roux.)
2016-04-17, 22:22 (This post was last modified: 2016-04-17, 22:36 by Damien Roux.)
Topic for the Space / Futuron theme.
(2016-04-22, 6:39)Merlijn Wissink Wrote:(2016-04-18, 21:15)Damien Roux Wrote: Space / Futuron / 1621 - Lunar MPV Vehicle
This model is giving me an error (in LDView):
Error loading submodel 1621 - Vehicle - Back - Hinge.ldr.
Line #146
Line: 1 0 0 -22 50 1 0 0 0 0.707107 0.707107 0 -0.707107 0.707107 1621 - Vehicle - Back - Hinge.ldr
(2016-05-26, 13:05)Damien Roux Wrote: Do you still have problems with this set?
If no, could you upload it to the OMR site?
(2016-08-24, 19:28)Bas Wrote:(2016-08-24, 8:58)Damien Roux Wrote: I will try to give you my settings, but I will need a little more time because there is a combination of LGEO colors, parts and radiosity. Stay tuned.
No problem off course: I'll stay tuned!
Maybe good to know: I allready installed your LGEO files.
(2016-08-28, 21:16)Damien Roux Wrote:(2016-08-24, 19:28)Bas Wrote:(2016-08-24, 8:58)Damien Roux Wrote: I will try to give you my settings, but I will need a little more time because there is a combination of LGEO colors, parts and radiosity. Stay tuned.
No problem off course: I'll stay tuned!
Maybe good to know: I allready installed your LGEO files.
These are my lights and radiosity settings :
#declare LDRAW_RAD_LEVEL = 7;
#declare LDRAW_MTL = 10;
#declare INDEXOFREFRACTION=1.52;
#declare LDRAW_RAD_NORMAL = off;
#declare LDRAW_RAD_MEDIA = off;
#include "rad_def.inc"
global_settings {
assumed_gamma 1.0 //1.2 //1.4
max_trace_level LDRAW_MTL
adc_bailout 0.01/2
radiosity {
Rad_Settings(LDRAW_RAD_LEVEL, LDRAW_RAD_NORMAL, LDRAW_RAD_MEDIA)
}
}
sphere {
<0,0,0>,10000
pigment {
image_map { hdr "lightprobe2.hdr" once interpolate 2 map_type 1}
}
finish { ambient 1 diffuse 0 }
hollow
}
I don't have any other lights.
I've also customised my rad_def.inc file but I've lost my settings because I had to format my harddrive. Try to play a bit with parameters in this file also.
(2016-08-29, 19:40)Bas Wrote:(2016-08-28, 21:16)Damien Roux Wrote:(2016-08-24, 19:28)Bas Wrote:(2016-08-24, 8:58)Damien Roux Wrote: I will try to give you my settings, but I will need a little more time because there is a combination of LGEO colors, parts and radiosity. Stay tuned.
No problem off course: I'll stay tuned!
Maybe good to know: I allready installed your LGEO files.
These are my lights and radiosity settings :
#declare LDRAW_RAD_LEVEL = 7;
#declare LDRAW_MTL = 10;
#declare INDEXOFREFRACTION=1.52;
#declare LDRAW_RAD_NORMAL = off;
#declare LDRAW_RAD_MEDIA = off;
#include "rad_def.inc"
global_settings {
assumed_gamma 1.0 //1.2 //1.4
max_trace_level LDRAW_MTL
adc_bailout 0.01/2
radiosity {
Rad_Settings(LDRAW_RAD_LEVEL, LDRAW_RAD_NORMAL, LDRAW_RAD_MEDIA)
}
}
sphere {
<0,0,0>,10000
pigment {
image_map { hdr "lightprobe2.hdr" once interpolate 2 map_type 1}
}
finish { ambient 1 diffuse 0 }
hollow
}
I don't have any other lights.
I've also customised my rad_def.inc file but I've lost my settings because I had to format my harddrive. Try to play a bit with parameters in this file also.
Great! I'll do some experimenting! Thanx!!!