Showing results for

scene graph

on vsg-dev.github.io
vsg-dev.github.io › vsgTutorial › vsgTutorial › SettingTheScene
VulkanSceneGraph Library | vsgTutorial
VulkanSceneGraph Library
The VulkanSceneGraph library provides the features that will be common to all graphics & compute applications - creating a viewer, windows, scene graph, reading...
vsg-dev.github.io › vsg dev.io › vsg dev.io › documentation
Prototype Phase Work Plan | VulkanSceneGraph
...Can we avoid the user space complexity of having two classes using small size optimizations?
- Restructure the scene graph level Vulkan object creation to...
vsg-dev.github.io › vsg dev.io › vsg dev.io
VulkanSceneGraph | Vulkan Made Easy
VulkanSceneGraph (VSG), is a modern, cross platform, high performance scene graph library built upon Vulkan graphics/compute API. The software is written in C++17...
vsg-dev.github.io › vsg dev.io › vsg dev.io › documentation
VulkanSceneGraph Exploration Phase Report | VulkanSceneGraph
...For a scene graph, the Vulkan objects and functions need to be created and invoked in specific ways that make sense for the scene...
vsg-dev.github.io › vsg dev.io › vsg dev.io › features
Features | VulkanSceneGraph
...Traversals through to IO operations can be up to 10 times faster than with the OpenSceneGraph.
- Optimized scene graph performance has been essential for...
vsg-dev.github.io › vsgTutorial › vsgTutorial › SettingTheScene
VulkanSceneGraph Ecosystem | vsgTutorial
VulkanSceneGraph Ecosystem
One of the weaknesses of the OpenSceneGraph project is that, while it started as a small scene graph library, step by step...
vsg-dev.github.io › vsg dev.io › ref › VulkanSceneGraph
vsg: vsg::Allocator Class Reference
#include
extensible Allocator that handles allocation and deallocation of scene graph CPU memory,
vsg-dev.github.io › vsg dev.io › ref › VulkanSceneGraph
vsg: vsg::RayTracingPipeline Class Reference
#include
RayTracingPipeline encapsulates vkCreateRayTracingPipelinesKHR call and associated settings. Assigned to the scene graph using BindRayTracingPipeline.
vsg-dev.github.io › vsgTutorial › vsgTutorial › application
Application | vsgTutorial
Application Sorry, not yet written. Viewer - creating application viewer Utilities - operating on the scene graph Threading - different ways of threading
vsg-dev.github.io › vsg dev.io › ref › VulkanSceneGraph
vsg: vsg::Intersector Class Reference
#include
Intersector is a base class for intersecting the scene graph. The LineSegmentIntersector subclass adds support for line segment intersections.