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
Webgl renderer has logical exception when updating attributes.
A drawcall instance is associated with multiple element object instances. After the associated element object instances are updated, although geometryDirty is set to true, the geometry object is not updated in time before the attribute update method updateAttribute() is called, resulting in program exceptions.
Webgl renderer has logical exception when updating attributes.
A drawcall instance is associated with multiple element object instances. After the associated element object instances are updated, although
geometryDirty
is set totrue
, the geometry object is not updated in time before the attribute update methodupdateAttribute()
is called, resulting in program exceptions.Related issues #1755
The text was updated successfully, but these errors were encountered: