Skip to content

Releases: vsg-dev/VulkanSceneGraph

v1.1.11

01 Aug 18:32

Choose a tag to compare

What's Changed

  • Use dynamic viewport and scissor by default by @AnyOldName3 in #1268
  • Added independent viewport/scissor scaling to handle case when views are setup without them being equal. by @robertosfield in #1399
  • Detect the throw feature of the trackball within milliseconds by @x1244 in #1422
  • Restructured State::stateStack and ViewportState management for flexibility and efficiency. by @robertosfield in #1433
  • Added vsg::mat2, vsg::mat2Value support and associated Visitor/ConstVisitor support. by @robertosfield in #1437
  • JSON parser and ReaderWriter. by @robertosfield in #1441
  • Implemented a extensible JSONParser::Schema base class for customizing how json files are converted to objects. by @robertosfield in #1448
  • Updated shaders to work with instanced scale and rotation. by @robertosfield in #1489
  • Implemented vsg::InstanceNode/InstanceDraw/InstanceDrawIndexed to provide higher level geometry instancing support by @robertosfield in #1495
  • Device memory allocate flags by @theodoregoetz in #1486
  • Added support for using multiple texture coordinate with built-in ShaderSets. by @robertosfield in #1527
  • Introduced vsg::number<> template struct for providing comon numbers in a way that works well with other templates. by @robertosfield in #1546

New Contributors

Full Changelog: v1.1.10...v1.1.11

v1.1.10

04 Feb 11:46

Choose a tag to compare

What's Changed

  • Implemented sRGB support in ShaderSets and default format for colour framebuffer by @robertosfield in #1374 , further details can be found on thread: #1379
  • Added extra controls and convinience functions related to ColorSpace work. by @robertosfield in #1378
  • Added support for detail and elevation layers to vsg::TileDatabase by @robertosfield in #1360
  • Restructued and removed includes. by @robertosfield in #1370

Full Changelog: v1.1.9...v1.1.10

v1.1.9

10 Jan 11:31

Choose a tag to compare

What's Changed

Full Changelog: v1.1.8...v1.1.9

v1.1.8

29 Nov 10:54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.1.8

v1.1.7

24 Jul 17:51

Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

v1.1.6

02 Jul 16:31
25ef7b1

Choose a tag to compare

What's Changed

  • Replaced original block vsg::Allocator with vsg::InstrusiveAllocator that is ~6 x faster at allocation/deallocation by @robertosfield in #1231 - see #1228 thread for more details.
  • Fix forward and back animation issue by @Mikalai in #1218

Full Changelog: v1.1.5...v1.1.6

v1.1.5

19 Jun 13:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

20 May 14:33
967e632

Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

29 Apr 16:32

Choose a tag to compare

What's Changed

  • Transfer on demand support for dataVariance set to STATIC_DATA by @robertosfield in #1141
  • Changed ViewDependentState lightData and viewportData to use storage buffer rather than uniform buffer to allow variable sized arrays to be used. by @robertosfield in #1143
  • Added vsg::SoftShadows and vsg::Percentage CloserSoftShadows support. by @robertosfield in #1144
  • Added vsg::RegionOfInterst node to help hint for algorithms like shadow map to use tight bounds by @robertosfield in #1145
  • Restructred Win32_Window::handleWin32Messages to make it more flexible for cases where applications provide their own windows by @robertosfield in #1153
  • Vulkan debug message callback by @robertosfield in #1156
  • Spotlight shadows by @AnyOldName3 in #1155
  • Add ninja-related files to .gitignore by @AnyOldName3 in #1158
  • Redirect std::cout & std::cerr to vsg::Logger by @robertosfield in #1161
  • Configurable view dependent state by @robertosfield in #1164
  • Changed PBR and Phong ShaderSet to use UnfiromBuffer rather than StorageBuffer LightData. by @robertosfield in #1165
  • Updated built-in ShaderSet with new VSG_ALPHA_TEST define by @robertosfield in #1167
  • Added ability to specify the lightDataSize in the fragment shader via specialization consistent with id=3 by @robertosfield in #1169

Full Changelog: v1.1.2...v1.1.3

v1.1.2

25 Mar 10:43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2