Blender  V3.3
Public Member Functions | List of all members
blender::imbuf::transform::BaseUVWrapping Class Referenceabstract

Wrapping mode for the uv coordinates. More...

Inheritance diagram for blender::imbuf::transform::BaseUVWrapping:
blender::imbuf::transform::PassThroughUV blender::imbuf::transform::WrapRepeatUV

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...
 

Detailed Description

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.

Member Function Documentation

◆ modify_u()

virtual float blender::imbuf::transform::BaseUVWrapping::modify_u ( const ImBuf source_buffer,
float  u 
)
pure virtual

modify the given u coordinate.

Implemented in blender::imbuf::transform::WrapRepeatUV.

◆ modify_v()

virtual float blender::imbuf::transform::BaseUVWrapping::modify_v ( const ImBuf source_buffer,
float  v 
)
pure virtual

modify the given v coordinate.

Implemented in blender::imbuf::transform::WrapRepeatUV.


The documentation for this class was generated from the following file: