Dashed path animation #9258
Unanswered
just-website
asked this question in
Q&A
Replies: 1 comment
-
Obviously the problem is that I have two instances of the MyPathLayer class. I have two composite layers that render MyPathLayer.
The question is why getShaders returns the same object for two different instances of the class MyPathLayer?
|
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
-
I am repeating the code from #4602 example to implement the dash PathStyleExtension animation. And I get an error
Error during linking: Vertex shader is not compiled.
(ERROR: 'dashStart' : redefinition
if deck.logLevel is1
)But after the code still work (the animation plays).
My Deck version is 9.0.35 (example for 8.3.15)
Beta Was this translation helpful? Give feedback.
All reactions