LightSpotTextureProjectionRenderer Class
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
System.Object →
LightSpotTextureProjectionRenderer
Derived from LightSpotTextureProjectionRenderer:
public class LightSpotTextureProjectionRenderer : ITextureProjectionRenderer
| Name | Description | |
|---|---|---|
| Constructors | ||
| LightSpotTextureProjectionRenderer(SpotLightTextureParameters) | Initializes a new instance of the LightSpotTextureProjectionRenderer class. |
|
| Methods | ||
| Collect(RenderContext, RenderView, LightShadowMapTexture) | ||
| CreateShaderGroupData() | ||
Constructors
LightSpotTextureProjectionRenderer(SpotLightTextureParameters)
Initializes a new instance of the LightSpotTextureProjectionRenderer class.
public LightSpotTextureProjectionRenderer(SpotLightTextureParameters parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| SpotLightTextureParameters | parameters |
Methods
Collect(RenderContext, RenderView, LightShadowMapTexture)
public void Collect(RenderContext context, RenderView sourceView, LightShadowMapTexture lightShadowMap)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderContext | context | |
| RenderView | sourceView | |
| LightShadowMapTexture | lightShadowMap |
CreateShaderGroupData()
public ITextureProjectionShaderGroupData CreateShaderGroupData()
Returns
| Type | Description |
|---|---|
| ITextureProjectionShaderGroupData |