Blender
V3.3
|
UVWrapping method that wrap repeats the UV coordinates. More...
Public Member Functions | |
float | modify_u (const ImBuf *source_buffer, float u) override |
modify the given u coordinate. More... | |
float | modify_v (const ImBuf *source_buffer, float v) override |
modify the given v coordinate. More... | |
UVWrapping method that wrap repeats the UV coordinates.
Definition at line 234 of file transform.cc.
|
inlineoverridevirtual |
modify the given u coordinate.
Implements blender::imbuf::transform::BaseUVWrapping.
Definition at line 236 of file transform.cc.
References blender::math::floor(), x, and ImBuf::x.
|
inlineoverridevirtual |
modify the given v coordinate.
Implements blender::imbuf::transform::BaseUVWrapping.
Definition at line 247 of file transform.cc.
References blender::math::floor(), v, y, and ImBuf::y.