Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3d scene does not show lines and texts compared with osg #385

Closed
rhabacker opened this issue Dec 22, 2021 · 5 comments
Closed

3d scene does not show lines and texts compared with osg #385

rhabacker opened this issue Dec 22, 2021 · 5 comments

Comments

@rhabacker
Copy link
Contributor

rhabacker commented Dec 22, 2021

Describe the error
Loading the file attached to #308 with vsgviewer, you can see drawing problems on the right side in the attached screenshot. Lines and texts are not displayed.

Reproduce
Steps to reproduce the behavior:

  1. checkout git repo from vsg-dev/vsgFramework unter src
  2. run
cmake -B ~/src/vsgFramework-build -S ~/src/vsgFramework -DBUILD_OpenSceneGraph=1 -DBUILD_SHARED_LIBS=1
cmake --build ~/src/vsgFramework-build
  1. unpack the zip file attached to 3d scene shows drawing differences compared with osg #308 in ~/src
  2. run LD_LIBRARY_PATH=~/src/vsgFramework-build/lib64 VSG_FILE_PATH=~/src/vsgFramework-build/src/vsgExamples/data ~/src/vsgFramework-build/bin/vsgviewer ~/src/demo.osgt.
  3. see error

Expected behavior
The viewer should display the lines and texts as they are shown in the reference image created with osgviewer on the left.

Screenshots
grafik

Desktop (please fill in the following information):

  • Operating system: openSUSE Linux
  • version 15.2

Additional context

  • Vulkan 1.2.189 has been installed
@robertosfield
Copy link
Collaborator

The vsgXchange OSG loaders doesn't yet support lines or text.

Could you move this Issue to vsgXchange as this is where the limitation lines as the VSG itself support both lines and text, it's just the vsgXchage OSG loader that is not mapping things across at this point.

@rhabacker
Copy link
Contributor Author

There seems to be support for moving an issue https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository, but I cannot see the related option - may be a maintainer can do this ?

@rhabacker
Copy link
Contributor Author

Could you move this Issue to vsgXchange

Done and updated this ticket to point out another issue. I also used vsgFramework when building to get more easily reproducible builds, which still needs vsg-dev/vsgFramework#4.

@rhabacker rhabacker changed the title 3d scene does not show lines and texts compared with osg 3d scene show lighting differences compared with osg Dec 23, 2021
@robertosfield
Copy link
Collaborator

Thanks for moving the ticket, was too busy chasing up awkward Assimp build problems yesterday to come up for air. I'll now close this Issue.

@rhabacker rhabacker changed the title 3d scene show lighting differences compared with osg 3d scene does not show lines and texts compared with osg Dec 23, 2021
@rhabacker
Copy link
Contributor Author

I filed https://github.com/vsg-dev/VulkanSceneGraph/issues/388 for the recognized lighting issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants