Searched refs:renderMatrixComponent (Results 1 – 1 of 1) sorted by relevance
1289 const WorldMatrixComponent renderMatrixComponent = worldMatrixMgr_->Get(row.components[2u]); in ProcessRenderables() local1299 renderMatrixComponent.matrix, prevWorld.matrix }); in ProcessRenderables()1309 renderMatrixComponent.matrix, prevWorld.matrix, sceneBoundingVolumeHelper }; in ProcessRenderables()1509 … const WorldMatrixComponent renderMatrixComponent = worldMatrixMgr_->Get(worldMatrixComponentId); in ProcessCameras() local1512 …const Math::Mat4X4 view = Math::Inverse(Math::Mat4X4(renderMatrixComponent.matrix.data), determina… in ProcessCameras()1765 const WorldMatrixComponent renderMatrixComponent = worldMatrixMgr_->Get(row.components[2u]); in ProcessLights() local1769 const Math::Mat4X4 world(renderMatrixComponent.matrix.data); in ProcessLights()