输出GLTF结构对象。
语法
text ST_AsGLTF(scene sceneObject);
参数
参数名称 | 描述 |
---|---|
sceneObject | scene对象。 |
描述
- 将一个scene对象输出为GLTF字符串。
- 支持将osg对象输出为GLTF。
示例
SELECT ST_AsGLTF(ST_sceneFromText('{"type" : "gltf", "content" : {"accessors":...}}'));
--------------
{"accessors":...}}
输出GLTF结构对象。
text ST_AsGLTF(scene sceneObject);
参数名称 | 描述 |
---|---|
sceneObject | scene对象。 |
SELECT ST_AsGLTF(ST_sceneFromText('{"type" : "gltf", "content" : {"accessors":...}}'));
--------------
{"accessors":...}}