Open 3D Engine NvCloth Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
This is the complete list of members for NvCloth::ITangentSpaceHelper, including all inherited members.
AZ_RTTI(ITangentSpaceHelper, "{1D96A3F2-7EC7-4DD0-A874-7C2ED4D6F360}") (defined in NvCloth::ITangentSpaceHelper) | NvCloth::ITangentSpaceHelper | |
CalculateNormals(const AZStd::vector< SimParticleFormat > &vertices, const AZStd::vector< SimIndexType > &indices, AZStd::vector< AZ::Vector3 > &outNormals)=0 | NvCloth::ITangentSpaceHelper | pure virtual |
CalculateTangentsAndBitagents(const AZStd::vector< SimParticleFormat > &vertices, const AZStd::vector< SimIndexType > &indices, const AZStd::vector< SimUVType > &uvs, const AZStd::vector< AZ::Vector3 > &normals, AZStd::vector< AZ::Vector3 > &outTangents, AZStd::vector< AZ::Vector3 > &outBitangents)=0 | NvCloth::ITangentSpaceHelper | pure virtual |
CalculateTangentSpace(const AZStd::vector< SimParticleFormat > &vertices, const AZStd::vector< SimIndexType > &indices, const AZStd::vector< SimUVType > &uvs, AZStd::vector< AZ::Vector3 > &outTangents, AZStd::vector< AZ::Vector3 > &outBitangents, AZStd::vector< AZ::Vector3 > &outNormals)=0 | NvCloth::ITangentSpaceHelper | pure virtual |
~ITangentSpaceHelper()=default (defined in NvCloth::ITangentSpaceHelper) | NvCloth::ITangentSpaceHelper | virtual |