Blender
V3.3
|
Public Member Functions | |
BlenderSmokeLoader (BL::Object &b_ob, AttributeStandard attribute) | |
bool | load_metadata (const ImageDeviceFeatures &, ImageMetaData &metadata) override |
bool | load_pixels (const ImageMetaData &, void *pixels, const size_t, const bool) override |
string | name () const override |
bool | equals (const ImageLoader &other) const override |
![]() | |
ImageLoader () | |
virtual | ~ImageLoader () |
virtual ustring | osl_filepath () const |
virtual int | get_tile_number () const |
virtual void | cleanup () |
virtual bool | is_vdb_loader () const |
Public Attributes | |
BL::FluidDomainSettings | b_domain |
float3 | texspace_loc |
float3 | texspace_size |
AttributeStandard | attribute |
Additional Inherited Members | |
![]() | |
static bool | equals (const ImageLoader *a, const ImageLoader *b) |
Definition at line 22 of file blender/volume.cpp.
|
inline |
Definition at line 24 of file blender/volume.cpp.
References mesh_texture_space(), texspace_loc, and texspace_size.
|
inlineoverridevirtual |
Implements ImageLoader.
Definition at line 160 of file blender/volume.cpp.
|
inlineoverridevirtual |
Implements ImageLoader.
Definition at line 31 of file blender/volume.cpp.
References ATTR_STD_VOLUME_COLOR, ATTR_STD_VOLUME_DENSITY, ATTR_STD_VOLUME_FLAME, ATTR_STD_VOLUME_HEAT, ATTR_STD_VOLUME_TEMPERATURE, ATTR_STD_VOLUME_VELOCITY, attribute, b_domain, ImageMetaData::channels, ImageMetaData::depth, get_int3(), ImageMetaData::height, IMAGE_DATA_TYPE_FLOAT, IMAGE_DATA_TYPE_FLOAT4, texspace_loc, texspace_size, ImageMetaData::transform_3d, transform_scale(), transform_translate(), ImageMetaData::type, ImageMetaData::use_transform_3d, ImageMetaData::width, int3::x, int3::y, and int3::z.
|
inlineoverridevirtual |
Implements ImageLoader.
Definition at line 75 of file blender/volume.cpp.
References ATTR_STD_VOLUME_COLOR, ATTR_STD_VOLUME_DENSITY, ATTR_STD_VOLUME_FLAME, ATTR_STD_VOLUME_HEAT, ATTR_STD_VOLUME_TEMPERATURE, ATTR_STD_VOLUME_VELOCITY, attribute, b_domain, get_int3(), height, blender::math::length(), num_pixels, Attribute::standard_name(), void, width, int3::x, int3::y, and int3::z.
|
inlineoverridevirtual |
Implements ImageLoader.
Definition at line 155 of file blender/volume.cpp.
References attribute, and Attribute::standard_name().
AttributeStandard BlenderSmokeLoader::attribute |
Definition at line 168 of file blender/volume.cpp.
Referenced by equals(), load_metadata(), load_pixels(), and name().
BL::FluidDomainSettings BlenderSmokeLoader::b_domain |
Definition at line 166 of file blender/volume.cpp.
Referenced by equals(), load_metadata(), and load_pixels().
float3 BlenderSmokeLoader::texspace_loc |
Definition at line 167 of file blender/volume.cpp.
Referenced by BlenderSmokeLoader(), and load_metadata().
float3 BlenderSmokeLoader::texspace_size |
Definition at line 167 of file blender/volume.cpp.
Referenced by BlenderSmokeLoader(), and load_metadata().