8 Commits

Author SHA1 Message Date
Glatzemann
53b77d0e45 added Cube.fbx model to SampleContent project
some work on Primitives sample
2011-12-05 14:44:39 +00:00
Glatzemann
a2baf45eff - added StencilBuffer sample
- added new media files and licensing information
- some work on GraphicsDeviceManager to solve issue #461
- RenderSystemDX10: implemented DepthStencilBuffer handling
- fixed default size of GameWindow and BackBuffer to 800x480
2011-11-29 13:05:37 +00:00
Glatzemann
190f334122 added a new sample: KeyboardSample to investigate issue #455
fixed issue #455
2011-11-21 19:33:09 +00:00
Glatzemann
711d4aa68b created StockShaderCodeGenerator tool (sscg)
removed old shader files
included sscg in pre-build events of RenderSystem DX10 and GL3 to generate shader files before compiling
2011-11-15 12:11:24 +00:00
Glatzemann
40c951e02b added licensing information to tools files
added a shader folder for the stock shaders
started the StockShaderCodeGenerator tool
added a tools solution file
added a bin folder in tools folder for precompiled tools and changed tools project files
removed StockEffects content project from solution and added the effect files to the shader folder for reference
2011-11-15 06:46:22 +00:00
Glatzemann
91a7451f97 - static CompileShader method of GL3 render system now returns simply the shader source provided by the ContentImporter. This should be enough to compile a shader during runtime.
- added a SpriteEffect_GLSL effect file, but it still contains HLSL code
- started translate function for Keys in ANX.InputSystem.Windows.XInput. Still many keys to do
- fixed issue #449 ("debug GetCurrentState of Keyboard"). Keyboard input now working (see WindowsGame sample, Escape to exit)
2011-11-15 05:46:08 +00:00
Glatzemann
593f33b541 SpriteBatch: fixed some issues with sizing when the sourceRectangle parameter was set
SpriteBatch/SpriteFonts: rendering of SpriteFonts is finished now
Added test cases for Vector2 static Transform
Added test cases for Matrix: CreateRotationX, CreateRotationY, CreateRotationZ, Multiply and CreateTranslation
Matrix: Fixed a bug in CreateRotationY (wrong result)
2011-11-02 16:01:05 +00:00
Glatzemann
8326720ee3 initial import 2011-10-31 05:36:24 +00:00