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

UVWrapping method that does not modify the UV coordinates. More...

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

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

Detailed Description

UVWrapping method that does not modify the UV coordinates.

Definition at line 218 of file transform.cc.

Member Function Documentation

◆ modify_u()

float blender::imbuf::transform::PassThroughUV::modify_u ( const ImBuf UNUSEDsource_buffer,
float  u 
)
inlineoverride

Definition at line 220 of file transform.cc.

◆ modify_v()

float blender::imbuf::transform::PassThroughUV::modify_v ( const ImBuf UNUSEDsource_buffer,
float  v 
)
inlineoverride

Definition at line 225 of file transform.cc.

References v.


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