Replies: 2 comments 18 replies
|
Call Try this to see if it works: Otherwise, if you want to call Also, some nodes may require you to call |
9 replies
|
One more thing that's not related to the above issue, but is a part of what I'm working on... On Linux when I run cpp-tests, and I choose the fake shadow test, I don't see a shadow. I do see a shadow on your online version: https://axmol.dev/wasm/cpp-tests/cpp-tests |
9 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.
Is this possible? I could not find an example of this.
Calling visit() on a MeshRenderer requires a renderer, a transform, and some flags. Where do I get these from?
The best I got working was this by putting the MeshRenderer as a child of a Node:
However, the model flickers. If I don't call clear() or put it outside the begin() and end() then nothing is rendered.
I can render onto the screen scene fine.
I am using Linux.
All reactions