Home
last modified time | relevance | path

Searched refs:dust_density (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dimage_sky.cpp31 float dust_density, in SkyLoader() argument
36 dust_density(dust_density), in SkyLoader()
77 dust_density, in load_pixels()
H A Dimage_sky.h26 float dust_density; variable
33 float dust_density,
H A Dnodes.cpp757 float dust_density) in sky_texture_precompute_nishita() argument
763 sun_elevation, sun_size, altitude, air_density, dust_density, pixel_bottom, pixel_top); in sky_texture_precompute_nishita()
805 SOCKET_FLOAT(dust_density, "Dust", 1.0f); in NODE_DEFINE()
843 dust_density); in compile()
853 sun_elevation, clamped_altitude, air_density, dust_density, ozone_density); in compile()
939 dust_density); in compile()
949 sun_elevation, clamped_altitude, air_density, dust_density, ozone_density); in compile()
H A Dnodes.h178 float dust_density; variable
/dports/graphics/blender/blender-2.91.0/intern/sky/source/
H A Dsky_nishita.cpp195 float dust_density, in single_scattering() argument
222 float3 density_scale = make_float3(air_density, dust_density, ozone_density); in single_scattering()
283 float dust_density, in SKY_nishita_skymodel_precompute_texture() argument
305 single_scattering(dir, sun_dir, cam_pos, air_density, dust_density, ozone_density, spectrum); in SKY_nishita_skymodel_precompute_texture()
326 float dust_density, in sun_radiation() argument
337 1.11f * mie_coeff * optical_depth.y * dust_density; in sun_radiation()
346 float dust_density, in SKY_nishita_skymodel_precompute_sun() argument
363 sun_radiation(sun_dir, altitude, air_density, dust_density, solid_angle, spectrum); in SKY_nishita_skymodel_precompute_sun()
366 sun_radiation(sun_dir, altitude, air_density, dust_density, solid_angle, spectrum); in SKY_nishita_skymodel_precompute_sun()
/dports/graphics/blender/blender-2.91.0/intern/sky/include/
H A Dsky_model.h440 float dust_density,
447 float dust_density,
/dports/astro/accrete/accrete-1.0/
H A Daccrete.c14 double r_inner, r_outer, reduced_mass, dust_density, cloud_eccentricity; variable
205 temp_density = dust_density;
392 dust_density = DUST_DENSITY_COEFF * sqrt(stellar_mass_ratio) in distribute_planetary_masses()
/dports/graphics/blender/blender-2.91.0/source/blender/nodes/shader/nodes/
H A Dnode_shader_tex_sky.c52 tex->dust_density = 1.0f; in node_shader_init_tex_sky()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_node_types.h848 float dust_density; member
/dports/graphics/blender/blender-2.91.0/doc/python_api/rst/
H A Dchange_log.rst301 * :class:`bpy.types.ShaderNodeTexSky.dust_density`
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_shader.cpp824 sky->dust_density = b_sky_node.dust_density(); in add_node()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_290.c474 tex->dust_density = 1.0f; in blo_do_versions_290()