Searched refs:reflectionPlaneMatrix (Results 1 – 1 of 1) sorted by relevance
1930 const WorldMatrixComponent reflectionPlaneMatrix = worldMatrixMgr_->Get(row.components[1u]); in ProcessReflection() local1940 … picking_->GetWorldAABB(reflectionPlaneMatrix.matrix, meshHandle->aabbMin, meshHandle->aabbMax); in ProcessReflection()1942 const Math::Vec3 pos = Math::Vec3(reflectionPlaneMatrix.matrix[3U]); in ProcessReflection()1953 const Math::Vec3 translation = reflectionPlaneMatrix.matrix.w; in ProcessReflection()1954 const Math::Vec3 normal = Math::Normalize(Math::GetColumn(reflectionPlaneMatrix.matrix, 1)); in ProcessReflection()