Blender
V3.3
|
Wrapping mode for the uv coordinates. More...
Public Member Functions | |
virtual float | modify_u (const ImBuf *source_buffer, float u)=0 |
modify the given u coordinate. More... | |
virtual float | modify_v (const ImBuf *source_buffer, float v)=0 |
modify the given v coordinate. More... | |
Wrapping mode for the uv coordinates.
Subclasses have the ability to change the UV coordinates when sampling the source buffer.
Definition at line 202 of file transform.cc.
|
pure virtual |
modify the given u coordinate.
Implemented in blender::imbuf::transform::WrapRepeatUV.
|
pure virtual |
modify the given v coordinate.
Implemented in blender::imbuf::transform::WrapRepeatUV.