Skip to content

Releases: jklae/DXViewer

v3.1.0

18 Oct 23:49
ffe2d8f
Compare
Choose a tag to compare
  • Blending is now supported.
  • Light position can be set with the setLightPosition method.

v3.0.0

13 Feb 10:52
196aafc
Compare
Choose a tag to compare

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

26 Oct 05:50
Compare
Choose a tag to compare
  • The example file now works fine.

v2.0.1

11 Oct 20:02
Compare
Choose a tag to compare

This version is a hotfix.

  • The problem that the .dll was not pushed has been fixed.

v2.0.0

11 Oct 19:11
9f9521d
Compare
Choose a tag to compare

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.

v1.0.1

05 Aug 16:05
da425b7
Compare
Choose a tag to compare

This version is a hotfix.

  • Now, shader files are loaded using .cso instead of .hlsl. This makes applications using DXViewer no longer dependent on the build directory.

v1.0.0

04 Aug 08:47
1e37b22
Compare
Choose a tag to compare

First version 1.0.0 release!