输出GLTF结构对象。

语法

text ST_AsGLTF(scene sceneObject);

参数

参数名称描述
sceneObjectscene对象。

描述

  • 将一个scene对象输出为GLTF字符串。
  • 支持将osg对象输出为GLTF。

示例

SELECT ST_AsGLTF(ST_sceneFromText('{"type" : "gltf", "content" : {"accessors":...}}'));
--------------
{"accessors":...}}