Open TomDLT opened 4 years ago
The following code fails to load the surface shader in Firefox (both 81.0 and 82.0a1).
import cortex dataset = cortex.Vertex.empty(subject="S1", vmax=1) cortex.webshow(dataset)
Interestingly, the following does work:
cortex.Vertex.empty(subject="S1", vmax=1).raw
cortex.Volume.empty(subject="S1", xfmname='fullhead', vmax=1)
Hi @TomDLT! Do you happen to have ideas about what was causing the surface shader to fail to load for cortex.Vertex objects in firefox?
No idea.
The following code fails to load the surface shader in Firefox (both 81.0 and 82.0a1).
Interestingly, the following does work:
cortex.Vertex.empty(subject="S1", vmax=1).raw
(create a VertexRGB object)cortex.Volume.empty(subject="S1", xfmname='fullhead', vmax=1)