-
### What happened?
In `SceneGraph`'s default context, there is a cache entry associated with the `QueryObject` output port. The model and the initial value in that cache entry is a *default*-constr…
-
Dear Infinigen authors,
Thanks for open-sourcing this great framework!
Besides "solving" a scene layout based on the constraints, I am trying to create a scene (i.e., sample procedural models, o…
-
Hi ,
How to import this library in Android Studio. I have tried to clone the code and manually the add the gradle files. However it giving a lot of error of classes not able to find.
import geo.GeoO…
-
the code is writen in 2016 and missing some of the function that is required from October 2019 certification such as
implement deep linking
AppLaunchComplete.
anyone can help ??
-
i have a lot of problems compiling the project, a few requirements and a short guide on compiling this project would be helpful
607nm updated
6 years ago
-
cwQuickSceneView needs to draw to FBO because the current code is unsafe. The QGraphicsScene is rendering in the render thread instead of the gui thread. A good example on how to do this is here:
http…
-
**Issue by [alexanderbock](https://github.com/alexanderbock)**
_Thursday May 05, 2016 at 20:56 GMT_
_Originally opened as https://github.com/OpenSpace/OpenSpace-Development/issues/12_
---
Be able t…
-
Very confused about these two lines:
```rust
#[cfg(qt_5_8)]
use super::*;
```
here:
https://github.com/woboq/qmetaobject-rs/blob/ad28e6cc968707b2ff5c99871a1a1f193223d242/qmetaobject/src/sc…
-
At that point of the Bedevere project, I think that is nice to take a look to the lessons learned by the ImageNet folks when dealing with the ImageNet Large Scale Visual Recognition Challenge.
Maybe…
-
- LRU keeps track of loaded PointCloudOctreeGeometryNodes
- After a certain threshold has been reached (pointBudget \* 2), the least recently used nodes will be removed until the amount of loaded poi…