scenery icon indicating copy to clipboard operation
scenery copied to clipboard

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.

Results 113 scenery issues
Sort by recently updated
recently updated
newest added

Added the functionality to render spherical particle glyphs with help of geometry shader fabricated billboards and fragment shader based ray-casting. Files added: - ParticleGlyphs.kt (src/main/kotlin/primitives/) - ParticleGlyphs.vert - PartcileGlyphs.geom -...

enhancement

This PR fixes the volume ray caster to only sample from volumes within their own bounding box.

enhancement
bugfix

Reproduce: - checkout https://github.com/scenerygraphics/scenery/tree/vr-ui-tools - start VRControllerExample - (select a box with left side button) - press and hold both side buttons to start scaling - release one, keep the...

bug
confirmed
bugfixathon-2021

This is excellent work, @elect86! I hope you don't mind me opening the PR here so we can discuss. There's still a few issues that need to be ironed out....

enhancement

Adds capability to insert a user-defined lambda at the end of a render loop, which can be used to create consistent animations that are synchronized with the rendering. `PostRenderLambdaExample` shows...

## Description When using the Oculus Quest 2 VR headset via Airlink (wireless connection), SteamVR might sometimes not recognise the headset as being present. This is a known issue with...

upstream-library
has workaround

This PR implements support for SSBOs (see #464). It also fixes an issue where descriptor set layouts (DSLs) were cached incorrectly.

enhancement
bugfix

## Description When running scenery examples from IntelliJ, the error `CreateProcess error=206, The filename or extension is too long` might occur. This is a known issue in IntelliJ. ## Workaround...

upstream-library
build-system
windows
has workaround

SSBOs would be useful for a variety of tasks. Implementation in Vulkan should not be too difficult, as most ingredients are already there. Still needed: * a way to attach...

enhancement
bugfixathon-2021

For concurrency, scenery uses `GlobalScope` is a few places, which is discouraged now. A better solution for this needs to be found. Maybe @elect86 or @altavir have suggestions 😎

bugfixathon-2021