Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1047 …const Math::Mat4X4& view, Math::Vec3 pos, Math::Vec3 normal, float sideSign, float clipPlaneOffset) in CalculateCameraSpaceClipPlane() argument
1051 const Math::Vec3 cnormal = Math::Normalize(Math::MultiplyVector(view, normal)) * sideSign; in CalculateCameraSpaceClipPlane()