Skip to content

3d scene show lighting differences compared with osg #60

@rhabacker

Description

@rhabacker

Describe the error
Loading the file attached to vsg-dev/VulkanSceneGraph#308 or the files robot.osg or spaceship.osgt with vsgviewer, you can see drawing problems on the right side in the attached screenshot. The illuminations looks different.

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_assimp=0 -DBUILD_SHARED_LIBS=1
cmake --build ~/src/vsgFramework-build
  1. unpack the zip file attached to 3d scene shows drawing differences compared with osg VulkanSceneGraph#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 similar illuminations as 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions