Replies: 1 comment
-
I know too little about what exactly you are doing when and what the error might be to speculate what might be the problem. The best I can do is suggest steps for you to take to get more information about what is going wrong, and to provide some general tips.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Robert,
I met a problem while building my vsgQt project. I am trying to add a new point cloud to a scene graph which is already presented in a viewer. I have successfully updated the point cloud as a node using
scene->addChild()
to my scene, but after I triedauto result = viewer->compileManager->compile(node);
vsg::updateViewer(*viewer, result);
to update the viewer, the new point cloud failed to presented and my window freezed. Did I miss something or do something wrong? Thanks for any advice!
Beta Was this translation helpful? Give feedback.
All reactions