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
When trying to load the attached PNTS data in the Cesium Sandcastle app (http://localhost:8080/Apps/Sandcastle/index.html), I get the following warnings on the console (both in Chrome and Firefox):
WebGL warning: vertexAttribPointer: Bad `type`: UNSIGNED_INT
I have generated this PNTS file myself, and there is obviously something wrong with it. Problem is that I have no clue what exactly.
I tried running the validator on that file, but I don't get any output with the validator (nor any error messages).
Seeing as the message complains about UNSIGNED_INT, I would assume something is wrong with the BATCH_ID as that is the only UNSIGNED_INT I am using. But according to the spec, an UNSIGNED_INT is allowed:
The BATCH_ID semantic may have a componentType of UNSIGNED_BYTE, UNSIGNED_SHORT, or UNSIGNED_INT
Do you have any pointers how I can figure out what is wrong with my PNTS file ? Is there perhaps another validator I can use that outputs clear error messages ?
Note: I kept the file deliberately very small to make it easier to debug it.
When trying to load the attached PNTS data in the Cesium Sandcastle app (http://localhost:8080/Apps/Sandcastle/index.html), I get the following warnings on the console (both in Chrome and Firefox):
WebGL warning: vertexAttribPointer: Bad `type`: UNSIGNED_INT
I have generated this PNTS file myself, and there is obviously something wrong with it. Problem is that I have no clue what exactly.
I tried running the validator on that file, but I don't get any output with the validator (nor any error messages).
Seeing as the message complains about
UNSIGNED_INT
, I would assume something is wrong with theBATCH_ID
as that is the onlyUNSIGNED_INT
I am using. But according to the spec, anUNSIGNED_INT
is allowed:Do you have any pointers how I can figure out what is wrong with my PNTS file ? Is there perhaps another validator I can use that outputs clear error messages ?
Note: I kept the file deliberately very small to make it easier to debug it.
pnts.zip
The text was updated successfully, but these errors were encountered: