Jason, on Apr 1 2008, 10:17 PM, said:
Victor, do you mind rendering with PBR and compare the time difference?
Thanks!
Cheers!
steven
Posted 01 April 2008 - 09:34 PM
Posted 01 April 2008 - 11:22 PM
Quote
Posted 02 April 2008 - 02:43 AM
Jason, on Apr 2 2008, 06:16 AM, said:
Posted 02 April 2008 - 02:50 AM
Posted 02 April 2008 - 07:31 AM
kubabuk, on Apr 2 2008, 02:50 AM, said:
Quote
<rectanglelight> <pos>0.0 0 1.9</pos> <width>0.2</width> <height>0.2</height> <spectrum> <peak> <peak_min>300</peak_min> <peak_width>550</peak_width> <base_value>0</base_value> <peak_value>200</peak_value> </peak> </spectrum> <efficiacy_scale> <power_drawn>100</power_drawn> <overall_luminous_efficiacy>17.5</overall_luminous_efficiacy> </efficiacy_scale> </rectanglelight>
Posted 02 April 2008 - 07:35 AM
kubabuk, on Apr 2 2008, 05:40 AM, said:
Posted 03 April 2008 - 09:33 AM
Jason, on Apr 2 2008, 04:35 PM, said:
Posted 04 April 2008 - 01:39 AM
Posted 04 April 2008 - 04:05 AM
Posted 04 April 2008 - 06:13 AM
# aperture stuff
# i_entity_start('aperture_shape' )
# i_entity_start(plist['i_aperture_shape'].Value[0])
# if plist['i_aperture_shape'].Value[0] == "image":
# i_property_in_entity("path",plist['i_aperture_shape_image_path'].Value[0])
# elif plist['i_aperture_shape'].Value[0] == "generated":
# i_property_in_entity( "start_angle",plist['i_aperture_shape_generated_start_angle'].Value[0])
# i_property_in_entity( "blade_offset",plist['i_aperture_shape_generated_blade_offset'].Value[0])
# i_property_in_entity( "blade_curvature_radius",plist['i_aperture_shape_generated_blade_curvature_radius'].Value[0])
# i_property_in_entity( "num_blades",plist['i_aperture_shape_generated_num_blades'].Value[0])
# i_entity_end(plist['i_aperture_shape'].Value[0])
# i_entity_end('aperture_shape' )
This post has been edited by vmuriel: 04 April 2008 - 06:35 AM