Sameer Jiwani
Sameer Jiwani
when ViewNode or parent is set to `node.isVisible = false`, the view does not disappear. ModelNode respects this behaviour correctly. You can see this in test code [here](https://github.com/sameerjj/sceneview-android/tree/view-node-visibility-issue) Lead contributor...
ViewNode is in high demand in terms of library functionality, it seems. Putting ViewNode in the sample code A) shows users how to use this functionality B) makes it a...
as requested here https://github.com/SceneView/sceneview-android/discussions/319#discussioncomment-9027520 create indirect light by default
I have a ForegroundService which requires a feature flag, I declare it to have a separate process in the manifest: `android:process=":location"` when I call `gb.feature("baseurl").value as String` it fails, despite...