- Added RoundedCube Component
- Fixed Bugs in Light Component
- Added Voronoi Generator
- Check Cache version
- Added UISlider
- Added OpenAL
- Added some Audio Modules
- Implemented Scaled UI Pixels for resolution independent positions
- Fixed Default Font Selection Bug
- Fixed Shadows if they are out of shadow map
- Corrected Directional light
- Removed SetConfig() from public API.
- Preparation for OpenAL
- Renamed Animataion to Tween. Make Tween generic.
- Skip unnecessary uniform set
- Cache Shaders (deduplication)
- Cache Vertex Data (deduplication)
- new tweening system
Fixed:
- Detection of AppRootDir. Dtected wrong .cache directory.
Refactor:
-
GameMaterial --> Material
-
RenderApplication --> Application
-
GameShader --> Shader
-
GameObject --> SceneObject
-
GameContext --> SceneContext
-
Moved Cameras to Aximo namespace.
-
Moved Mesh classes to Aximo namespace.