osgqtquick icon indicating copy to clipboard operation
osgqtquick copied to clipboard

Intergation OpenSceneGraph to Qt Quick

Results 10 osgqtquick issues
Sort by recently updated
recently updated
newest added

As of https://github.com/openscenegraph/osgQt/pull/22 as far as I can tell which is effectively a full rewrite.

Scenes rendered within OSG `View` QML components do not have anti-aliasing applied. What is the correct way to enable anti-aliasing for such scenes? I have tried the following approaches but...

Hello, I try to embed a `View` in application with `Quick Controls 2`, but they are some glitches : - The `ApplicationWindow` rendering fails : it has black background (and...

I've been displaying an OSG View and I was able to paint a rectangle over it fine. However, when that rectangle has another rectangle in it, the application freezes. Just...

I've faced with problem building Android version of this library. At least this library requires osgQt but OpenSceneGraph (at least since version 3.4.0) doesn't contain osgQt library for Android builds....

I wrote a sample application that shows the Earth in two views, using the sample QML from tests/earth.qml and tests/multiview.qml. When I added some nodes from C++ (not QML) over...

I tried to set a view's camera to a different one that I configured in C++, but it didn't work. I get a grey blank display. Also, for a custom...

Hi, I try to use StatsHandler to handle for adding on screen stats reporting to Viewers. but it doesn't work, there are nothing display in screen when I pressed 's'...

Hi, I'm unable to add a view to a QML file shown in a QQuickWidget. It either crashes the application (by default, as it detects the renderloop type to be...

hi: osgQtQuick can use .earth file, but when I use earth's some Advanced Features. such as "terrain-gpu", or "terrain-drape", viewport don't display anything, just black。 with osgearth/tests/feature_draped_polygons.earth can reappear this...