Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/
H A Dcore3d_dm_fw.vert34 normalMatrix = mat3(uMeshMatrix.mesh[instanceIdx].normalWorld * world);
45 normalMatrix = mat3(uMeshMatrix.mesh[instanceIdx].normalWorld);
H A Dcore3d_dm_fw_mv.vert37 normalMatrix = mat3(uMeshMatrix.mesh[instanceIdx].normalWorld * world);
48 normalMatrix = mat3(uMeshMatrix.mesh[instanceIdx].normalWorld);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Drender_data_defines_3d.h132 BASE_NS::Math::Mat4X4 normalWorld; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_structures_common.h238 mat4 normalWorld; // NOTE: not implemented yet member