You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create object using PySpeckle, I add a field color and expect the Three.js viewer to render it according to the code in the renderer, where the propert color contains hex and a.
I'd expect the object in the viewer to be colored.
Step 0:
Expected Behaviour
When I create object using PySpeckle, I add a field
color
and expect the Three.js viewer to render it according to the code in the renderer, where the propert color containshex
anda
.I'd expect the object in the viewer to be colored.
Actual Behaviour
However, it is not. Instead, when looking at the stream directly at: https://hestia.speckle.works/api/streams/stream-id/objects, I see the color property is there, but it does not seem to be read.
What do I need to do differently for the viewer to find and parse colors assigned to objects?
Thanks in advance!
Might just be me not fully understanding the API here, but would be glad to get some hint :)
The text was updated successfully, but these errors were encountered: