1. A concise explanation of the problem you're experiencing.
While drawing a primitive, this error is occurring, I am giving vertices (Float64Array) and color (UInt8Array) values.
(unknown) An error occurred while rendering. Rendering has stopped.
undefined
DeveloperError: All attribute lists must have the same number of attributes.
Error
at new DeveloperError (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:540:19)
at Function.Geometry.computeNumberOfVertices (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:17451:27)
at updateGeometryAfterSplit (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:36724:41)
at updateInstanceAfterSplit (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:36763:24)
at splitLongitudeTriangles (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:36997:9)
at Object.GeometryPipeline.splitLongitude (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:37409:17)
at geometryPipeline (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:97206:38)
at Object.PrimitivePipeline.combineGeometry (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:97350:26)
at loadSynchronous (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:99161:40)
at Primitive.update (eval at Array.concat.module.exports (http://localhost:19090/4.chunk.js:12205:8), <anonymous>:99711:17)
CesiumWidget.showErrorPanel
whats the problem ? I cant figure it out, it works sometimes on some primitives but not on all.