osg2vsg
osg2vsg copied to clipboard
Adapter library for converting OpenSceneGraph Images and 3D models to VulkanSceneGraph
Issue originally submitted via VulkanSceneGraph Issue track by @bclay1297, moved to osg2vsg as it relates to osg2vsg. -- Used CMAKE to create osg2vsg Visual Studio 2017 project. during build process...
**Describe the error** Loading the file attached to vsg-dev/VulkanSceneGraph#308 with vsgviewer, you can see drawing problems on the right side in the attached screenshot. Lines and texts are not displayed....
A database created using VirtualPlanetBuilder with the --POLYGONAL option and georeferenced texture could not be converted to vsgt/vsgb. There are artifacts and no texture. I have tried many combinations of...
VulkanSceneGraph and/or vsgXchange have a problem displaying scenes containing LOD nodes. **Steps to reproduce the behavior:** 1. Build vsg, vsgXchange and vsgExamples with osg support 2. start osgviewer with [this](https://github.com/vsg-dev/VulkanSceneGraph/files/7045403/demo.zip)...
**Describe the error** Loading the file attached to vsg-dev/VulkanSceneGraph#308 or the files [robot.osg](https://raw.githubusercontent.com/openscenegraph/OpenSceneGraph-Data/master/robot.osg) or [spaceship.osgt](https://raw.githubusercontent.com/openscenegraph/OpenSceneGraph-Data/master/spaceship.osgt) with vsgviewer, you can see drawing problems on the right side in the attached screenshot....
- Bugfix: The default vertex shaders no longer break when there is no tangent information on the imported vertices - Bugfix: osgText is now an explicit dependency within CMake; osgText...
In the function vsg::ref_ptr convertToVsg(const osg::Image* image, bool mapRGBtoRGBAHint), if we simply return nullptr without performing any additional operations, no memory leak occurs: ``` vsg::ref_ptr convertToVsg(const osg::Image* image, bool mapRGBtoRGBAHint)...
`PipelineCache` was defined as a `struct` in https://github.com/vsg-dev/osg2vsg/blob/b14dddf1f68fa7e5e89574599108a8c4e2146c7f/src/osg2vsg/BuildOptions.h#L21 but it's forward declared as `class` in https://github.com/vsg-dev/osg2vsg/blob/b14dddf1f68fa7e5e89574599108a8c4e2146c7f/include/osg2vsg/OSG.h#L32