NazaraEngine/include/Nazara/Graphics
Lynix 2391d76332 Graphics/ForwardRenderTechnique: Fix light uniforms
Former-commit-id: b3f0ae5cab39ea5a698800985843a818280d18be
2015-06-12 00:23:46 +02:00
..
AbstractBackground.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
AbstractRenderQueue.hpp Graphics/RenderQueue: Default argument for Clear method 2015-06-03 22:39:13 +02:00
AbstractRenderTechnique.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
AbstractViewer.hpp Ndk/GraphicsComponent: Update 2015-06-02 17:21:23 +02:00
Camera.hpp Replace Listenable system by signals 2015-06-07 15:16:11 +02:00
ColorBackground.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
Config.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
ConfigCheck.hpp Fixed potential name conflict with user's code 2015-02-04 21:59:45 +01:00
Debug.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
DebugOff.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
DeferredBloomPass.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
DeferredDOFPass.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
DeferredFXAAPass.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
DeferredFinalPass.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
DeferredFogPass.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
DeferredForwardPass.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
DeferredGeometryPass.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
DeferredPhongLightingPass.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
DeferredRenderPass.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
DeferredRenderQueue.hpp Fully replace listener system by signals 2015-06-07 20:42:41 +02:00
DeferredRenderTechnique.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
Drawable.hpp (Drawable) Made destructor virtual 2015-01-25 16:34:34 +01:00
Enums.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
ForwardRenderQueue.hpp Fully replace listener system by signals 2015-06-07 20:42:41 +02:00
ForwardRenderTechnique.hpp Graphics/ForwardRenderTechnique: Fix light uniforms 2015-06-12 00:23:46 +02:00
ForwardRenderTechnique.inl Graphics/ForwardRenderTechnique: Fix light uniforms 2015-06-12 00:23:46 +02:00
Graphics.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
GuillotineTextureAtlas.hpp Fixed crash on Utility uninitialisation 2015-01-17 22:55:50 +01:00
Light.hpp Graphics/Renderable: Add InstanceData 2015-06-11 14:14:11 +02:00
Light.inl Graphics: Update Light and Model to new interface 2015-06-04 00:18:43 +02:00
Material.hpp Fully replace listener system by signals 2015-06-07 20:42:41 +02:00
Material.inl Added a static New method to RefCounted-derived classes 2015-01-25 23:41:09 +01:00
Model.hpp Graphics/Renderable: Add InstanceData 2015-06-11 14:14:11 +02:00
Model.inl Graphics: Update Light and Model to new interface 2015-06-04 00:18:43 +02:00
ParticleController.hpp Fully replace listener system by signals 2015-06-07 20:42:41 +02:00
ParticleDeclaration.hpp Fully replace listener system by signals 2015-06-07 20:42:41 +02:00
ParticleEmitter.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
ParticleGenerator.hpp Fully replace listener system by signals 2015-06-07 20:42:41 +02:00
ParticleMapper.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
ParticleMapper.inl Updated copyright year 2015-01-21 20:53:01 +01:00
ParticleRenderer.hpp Fully replace listener system by signals 2015-06-07 20:42:41 +02:00
ParticleStruct.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
ParticleSystem.hpp Fixed missing includes and warnings under VS 2015-02-21 15:04:07 +01:00
RenderTechniques.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Renderable.hpp Graphics/Renderable: Add InstanceData 2015-06-11 14:14:11 +02:00
Renderable.inl Graphics/Renderable: Add InstanceData 2015-06-11 14:14:11 +02:00
Scene.hpp Merge remote-tracking branch 'origin/Scene-Update' 2015-01-25 16:35:18 +01:00
Scene.inl (Scene) Added FindNode(As) and RemoveNode methods 2015-01-24 22:00:55 +01:00
SceneData.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
SceneNode.hpp Fixed missing includes and warnings under VS 2015-02-21 15:04:07 +01:00
SceneRoot.hpp Merge remote-tracking branch 'origin/Scene-Update' 2015-01-25 16:35:18 +01:00
SkeletalModel.hpp Graphics/Renderable: Add InstanceData 2015-06-11 14:14:11 +02:00
SkinningManager.hpp Fully replace listener system by signals 2015-06-07 20:42:41 +02:00
SkyboxBackground.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
Sprite.hpp Merge remote-tracking branch 'origin/Scene-Update' 2015-01-25 16:35:18 +01:00
TextSprite.hpp Graphics/TextSprite: Update to Renderable 2015-06-11 14:14:57 +02:00
TextSprite.inl Graphics/TextSprite: Update to Renderable 2015-06-11 14:14:57 +02:00
TextureBackground.hpp Graphics: Make Background/RenderTechnique independent from Scene 2015-06-09 00:26:13 +02:00
View.hpp Replace Listenable system by signals 2015-06-07 15:16:11 +02:00