Home
last modified time | relevance | path

Searched refs:reflectionPlaneMatrix (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1930 const WorldMatrixComponent reflectionPlaneMatrix = worldMatrixMgr_->Get(row.components[1u]); in ProcessReflection() local
1940 … 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()