Uses of Class
org.sunflow.math.OrthoNormalBasis
-
Packages that use OrthoNormalBasis Package Description org.sunflow.core org.sunflow.math -
-
Uses of OrthoNormalBasis in org.sunflow.core
Methods in org.sunflow.core that return OrthoNormalBasis Modifier and Type Method Description OrthoNormalBasisShadingState. getBasis()Gets the local orthonormal basis for the current hit point.Methods in org.sunflow.core with parameters of type OrthoNormalBasis Modifier and Type Method Description Vector3Texture. getBump(float x, float y, OrthoNormalBasis basis, float scale)Vector3Texture. getNormal(float x, float y, OrthoNormalBasis basis)voidShadingState. setBasis(OrthoNormalBasis basis)Define the orthonormal basis for the current hit point. -
Uses of OrthoNormalBasis in org.sunflow.math
Methods in org.sunflow.math that return OrthoNormalBasis Modifier and Type Method Description static OrthoNormalBasisOrthoNormalBasis. makeFromW(Vector3 w)static OrthoNormalBasisOrthoNormalBasis. makeFromWV(Vector3 w, Vector3 v)Methods in org.sunflow.math with parameters of type OrthoNormalBasis Modifier and Type Method Description static Matrix4Matrix4. fromBasis(OrthoNormalBasis basis)Creates a rotation matrix from an OrthonormalBasis.
-