Kuesa::Qt3D::ShadowMap
#include <shadowmap.h>
Inherits from QObject
Public Signals
Public Functions
Public Signals Documentation
signal lightViewProjectionChanged
 | void lightViewProjectionChanged()
  | 
 
Public Functions Documentation
function ShadowMap
 | ShadowMap(
    ShadowCastingLight * light,
    Qt3DRender::QAbstractTexture * depthTexture,
    QObject * parent =nullptr
)
  | 
 
function ~ShadowMap
function light
 | ShadowCastingLight * light() const
  | 
 
function depthTexture
 | Qt3DRender::QAbstractTexture * depthTexture() const
  | 
 
function lightCamera
 | Qt3DRender::QCamera * lightCamera() const
  | 
 
function cubeMapProjectionMatrixList
 | QVariantList cubeMapProjectionMatrixList() const
  | 
 
function usesCubeMap
function updateSceneBounds
 | void updateSceneBounds(
    const QVector3D & sceneCenter,
    float sceneRadius
)
  | 
 
function setDepthTextureLayer
 | void setDepthTextureLayer(
    int layer
)
  | 
 
function depthTextureLayer
 | int depthTextureLayer() const
  | 
 
Updated on 2023-07-03 at 11:02:05 +0000