Converts a hexadecimal representation to a scene object.
Syntax
scene ST_SceneFromHexBinary(text hexBinary);Parameters
| Parameter | Description |
| hexBinary | The scene object in hexadecimal representation. |
Description
ST_SceneFromHexBinary converts a hexadecimal value to a scene object.
Examples
SELECT ST_AsText(ST_sceneFromHexBinary('0128000000540...'));Output:
{"type" : "gltf", "content" : {"accessors":...}}该文章对您有帮助吗?