Uses of Class
org.sunflow.math.OrthoNormalBasis
Packages that use OrthoNormalBasis
-
Uses of OrthoNormalBasis in org.sunflow.core
Methods in org.sunflow.core that return OrthoNormalBasisModifier and TypeMethodDescriptionfinal OrthoNormalBasis
ShadingState.getBasis()
Gets the local orthonormal basis for the current hit point.Methods in org.sunflow.core with parameters of type OrthoNormalBasisModifier and TypeMethodDescriptionTexture.getBump
(float x, float y, OrthoNormalBasis basis, float scale) Texture.getNormal
(float x, float y, OrthoNormalBasis basis) final void
ShadingState.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 OrthoNormalBasisModifier and TypeMethodDescriptionstatic final OrthoNormalBasis
static final OrthoNormalBasis
OrthoNormalBasis.makeFromWV
(Vector3 w, Vector3 v) Methods in org.sunflow.math with parameters of type OrthoNormalBasisModifier and TypeMethodDescriptionstatic final Matrix4
Matrix4.fromBasis
(OrthoNormalBasis basis) Creates a rotation matrix from an OrthonormalBasis.