Replies: 1 comment
-
Fixed by #857 (reply in thread) |
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
-
Describe the bug
When calling
listTextureSlots
orgetTextureChannelMask
for a texture inside a Transform function I'm gettingTypeError: Cannot read properties of null (reading 'getRoot')
To Reproduce
listTextureSlots(mytex)
with one of the texturesExpected behavior
Versions:
Additional context
invoked like so:
the test glb:
Cube.zip
Beta Was this translation helpful? Give feedback.
All reactions