Description:
Create a planar projection texture mapping
Parameters:
- plane
- Type: Plane
- A plane to use for mapping.
- dx
- Type: Interval
- portion of the plane's x axis that is mapped to [0,1] (can be a decreasing interval)
- dy
- Type: Interval
- portion of the plane's y axis that is mapped to [0,1] (can be a decreasing interval)
- dz
- Type: Interval
- portion of the plane's z axis that is mapped to [0,1] (can be a decreasing interval)
- capped
- Type: bool
- set to True if planar UVW is meant, False for planar UV
Returns:
Type: TextureMapping
TextureMapping instance if input is valid
Available since:
6.7
Description:
Create a planar UV projection texture mapping
Syntax:
Parameters:
- plane
- Type: Plane
- A plane to use for mapping.
- dx
- Type: Interval
- portion of the plane's x axis that is mapped to [0,1] (can be a decreasing interval)
- dy
- Type: Interval
- portion of the plane's y axis that is mapped to [0,1] (can be a decreasing interval)
- dz
- Type: Interval
- portion of the plane's z axis that is mapped to [0,1] (can be a decreasing interval)
Returns:
Type: TextureMapping
TextureMapping instance if input is valid
Available since:
5.0