|
Blender
V3.3
|
UVWrapping method that does not modify the UV coordinates. More...
Public Member Functions | |
| float | modify_u (const ImBuf *UNUSED(source_buffer), float u) override |
| float | modify_v (const ImBuf *UNUSED(source_buffer), float v) override |
Public Member Functions inherited from blender::imbuf::transform::BaseUVWrapping | |
| 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... | |
UVWrapping method that does not modify the UV coordinates.
Definition at line 218 of file transform.cc.
|
inlineoverride |
Definition at line 220 of file transform.cc.
|
inlineoverride |
Definition at line 225 of file transform.cc.
References v.