|
RE_API bool | RE_Utils::isUDIMTexture (const UT_StringHolder &map_name) |
|
RE_API bool | RE_Utils::determineUDIMBounds (const UT_StringHolder &filepath, UT_DimRect &udim_area, int &max_tile, UT_Array< std::pair< UT_StringHolder, UT_Vector2i >> &tiles, int tile_stride, RE_TextureHDAResolverCB hda_resolver) |
|
RE_API bool | RE_Utils::createRampFromParm (const UT_StringHolder &parm_path, const UT_StringHolder &rel_path, UT_Vector4FArray &ramp_data, int &op_id, int &op_version, bool &is_rgb) |
|
RE_API bool | RE_Utils::createSphereMap (const PXL_Raster *polar_image, int cube_size, void *output_pixels, RE_GPUType dest_type) |
|
RE_API void | RE_Utils::scalePolarFromRaster (PXL_Raster *dest, const PXL_Raster *src, bool wrap_y) |
|
RE_API bool | RE_Utils::loadCubeMap (IMG_File *fp, int w, int h, RE_GPUType type, int vsize, void *output_pixels) |
|
RE_API bool | RE_Utils::resolveCopCubeMap (const UT_StringHolder &op_path, int &op_id, int &w, int &h, RE_GPUType &datatype, int &vsize, void *output_pixels, exint output_size) |
|
RE_API UT_Matrix4D | RE_Utils::getPerspectiveProjection (fpreal l, fpreal r, fpreal b, fpreal t, fpreal n, fpreal f, bool reverse_depth=false) |
|
RE_API UT_Matrix4D | RE_Utils::getOrthoProjection (fpreal l, fpreal r, fpreal b, fpreal t, fpreal n, fpreal f) |
|
RE_API UT_Matrix4D | RE_Utils::getLookatTransform (const UT_Vector3D &eye, const UT_Vector3D &target, const UT_Vector3D &up) |
|