File size: 969 Bytes
3f4c166 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ///\authors: Auto-generated by vray_to_mdl_export.ms script.
///\description: Translated VRay material.
mdl 1.6;
// Import
import ::anno::*;
import ::base::transform_coordinate;
import ::base::rotation_translation_scale;
import ::base::file_texture;
import ::base::mono_mode;
import ::base::texture_coordinate_info;
import ::base::texture_return;
import ::state::normal;
import ::state::texture_coordinate;
import ::state::texture_tangent_u;
import ::state::texture_tangent_v;
import ::tex::gamma_mode;
import ::tex::wrap_mode;
import mdl_0001::*;
import mdl_0002::*;
import mdl_0003::*;
import mdl_0004::*;
// Body
export material VRayLightMtl_045()
[[
anno::display_name("VRayLightMtl_045")
]]
= ::mdl_0003::VRayLightMtl(
emission : color(1.0,0.94902,0.901961),
emission_mult : 6000.0f,
opacity : color(1.0,1.0,1.0),
emit_on_backside : false,
mult_emission_by_opacity : false,
displacement : 0.0f,
displace_amnt : 1.0f
);
|