C# Class opentk.ShadingSetup.SolidSetupBase

Inheritance: IShadingSetup
Mostrar archivo Open project: smalld/particle_system

Protected Properties

Property Type Description
AA_Texture TextureBase
AOC_Texture TextureBase
AOC_Texture_Blurred_H TextureBase
AOC_Texture_Blurred_HV TextureBase
BeforeAA_Texture TextureBase
Depth_Texture TextureBase
NormalDepth_Texture TextureBase
Shadow_Texture TextureBase
m_ColorRamp opentk.System3.ColorRamp
m_ParticleAttribute1_Texture TextureBase
m_Pass RenderPass
m_SsaoEffect SsaoEffect
m_SunLight opentk.Scene.Light
m_Uniforms UniformState

Private Properties

Property Type Description

Public Methods

Method Description
GetPass ( ParticleSystemBase p ) : RenderPass

Protected Methods

Method Description
ParameterSetup ( ) : void
PassSetup ( ParticleSystemBase p ) : void
TextureSetup ( ) : void
UpdateTextureResolutions ( ) : void

Method Details

GetPass() public method

public GetPass ( ParticleSystemBase p ) : RenderPass
p opentk.Scene.ParticleSystem.ParticleSystemBase
return RenderPass

ParameterSetup() protected method

protected ParameterSetup ( ) : void
return void

PassSetup() protected method

protected PassSetup ( ParticleSystemBase p ) : void
p opentk.Scene.ParticleSystem.ParticleSystemBase
return void

TextureSetup() protected method

protected TextureSetup ( ) : void
return void

UpdateTextureResolutions() protected method

protected UpdateTextureResolutions ( ) : void
return void

Property Details

AA_Texture protected_oe property

protected TextureBase AA_Texture
return TextureBase

AOC_Texture protected_oe property

protected TextureBase AOC_Texture
return TextureBase

AOC_Texture_Blurred_H protected_oe property

protected TextureBase AOC_Texture_Blurred_H
return TextureBase

AOC_Texture_Blurred_HV protected_oe property

protected TextureBase AOC_Texture_Blurred_HV
return TextureBase

BeforeAA_Texture protected_oe property

protected TextureBase BeforeAA_Texture
return TextureBase

Depth_Texture protected_oe property

protected TextureBase Depth_Texture
return TextureBase

NormalDepth_Texture protected_oe property

protected TextureBase NormalDepth_Texture
return TextureBase

Shadow_Texture protected_oe property

protected TextureBase Shadow_Texture
return TextureBase

m_ColorRamp protected_oe property

protected ColorRamp,opentk.System3 m_ColorRamp
return opentk.System3.ColorRamp

m_ParticleAttribute1_Texture protected_oe property

protected TextureBase m_ParticleAttribute1_Texture
return TextureBase

m_Pass protected_oe property

protected RenderPass,opentk.ShadingSetup m_Pass
return RenderPass

m_SsaoEffect protected_oe property

protected SsaoEffect m_SsaoEffect
return SsaoEffect

m_SunLight protected_oe property

protected Light,opentk.Scene m_SunLight
return opentk.Scene.Light

m_Uniforms protected_oe property

protected UniformState m_Uniforms
return UniformState