Hi!!
I have been using Cesium.js 1.96 with Cesium Ion sdk which has no problem at all.
recently I changed to 1.115 and the Cesium Ion Sdk either.
Now I’m trying to solve the issue with the ‘TransformEditor’ which cause a problem throwing the messages below.
An error occurred while rendering. Rendering has stopped.
RuntimeError: Vertex texture fetch support is required to render primitives with per-instance attributes. The maximum number of vertex texture image units must be greater than zero.
Error
** at new RuntimeError (http://localhost:8000/mf-dep____vendor.ffd7225e.js:901250:11)**
** at push…/…/node_modules/@cesiumgs/engine/Source/Scene/Primitive.js.Primitive.update (http://localhost:8000/mf-dep____vendor.ffd7225e.js:1036259:13)**
** at push…/…/node_modules/@cesiumgs/ion-sdk-widgets/Source/TransformEditor/AxisLinePrimitive.js.AxisLinePrimitive.update (http://localhost:8000/mf-dep____vendor.ffd7225e.js:1078848:19)**
** at Ya.update (http://localhost:8000/Cesium.js:11116:106410)**
** at qZe (http://localhost:8000/Cesium.js:16619:31544)**
** at oS (http://localhost:8000/Cesium.js:16619:28295)**
** at Li.updateAndExecuteCommands (http://localhost:8000/Cesium.js:16619:25559)**
** at URt (http://localhost:8000/Cesium.js:16619:38937)**
** at gV (http://localhost:8000/Cesium.js:16619:39135)**
** at Li.render (http://localhost:8000/Cesium.js:16619:40163)**
** at SV.render (http://localhost:8000/Cesium.js:16920:1631)**
** at n (http://localhost:8000/Cesium.js:16918:10683)**
the component (TransformEditor) was totally OK with Cesium1.96
I have searched all over the internet and communities but you guys never answered to the question on the message.
When I looked at very closely the message and I dug into the TransformEditor code. Specifically, the file ‘AxisLinePrimitives.js’ and I found that the function ‘AxisLinePrimitive.prototype.update’ uses primitive.update fucntions directly which the document said ‘do not call it directly’.
I’m so confused and desperate.
Using the Cesium Ion Sdk is kind of benefit, right? but now I don’t know what to do.