Returns the text representation of a scene object.
Syntax
text ST_AsText(scene sceneObject);Parameters
| Parameter | Description |
|---|---|
sceneObject | The scene object. |
Example
SELECT ST_AsText(ST_sceneFromText('{"type" : "gltf", "content" : {"accessors":...}}'));Output:
{"type" : "gltf", "content" : {"accessors":...}}该文章对您有帮助吗?