Releases: jklae/DXViewer
Releases · jklae/DXViewer
v3.1.0
v3.0.0
v3.0.0 release
- Several methods have been added to ISimulation.
- Additional operator overriding for XMFLOAT and XMINT are implemented.
- Fixed an issue where constant buffers were not passed to shaders properly.
- Camera parameters, background color and window title can now be set externally.
v2.0.2
v2.0.1
v2.0.0
v2.0.0 release
- Sub window for interactive GUI is supported. This window can be implemented in detail through various virtual methods of ISimulation.
- Methods inside DX12App such as CreateObject(), update(), and draw() can be further specified through ISimulation.
- Projection method can be explicitly specified.
- Virtual Sphere is reset using the middle mouse button.