Rotate a UVMap by a multiple of 90 degrees.
More...
#include <vc/graph/core.hpp>
|
auto | serialize_ (bool useCache, const filesystem::path &cacheDir) -> smgl::Metadata override |
|
void | deserialize_ (const smgl::Metadata &meta, const filesystem::path &cacheDir) override |
|
Rotate a UVMap by a multiple of 90 degrees.
The original UVMap is not modified by this operation. Unlike the static function, this node accepts input angles in degrees.
- See also
- UVMap::Rotate()
Definition at line 343 of file core.hpp.
◆ RotateUVMapNode()
volcart::RotateUVMapNode::RotateUVMapNode |
( |
| ) |
|
◆ deserialize_()
void volcart::RotateUVMapNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
auto volcart::RotateUVMapNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ theta
smgl::InputPort<double> volcart::RotateUVMapNode::theta |
Rotation angle, in degrees.
Definition at line 357 of file core.hpp.
◆ theta_
double volcart::RotateUVMapNode::theta_ {0} |
|
private |
Rotation angle (degrees)
Definition at line 349 of file core.hpp.
◆ uvMapIn
◆ uvMapIn_
◆ uvMapOut
◆ uvMapOut_
The documentation for this class was generated from the following file: