This topic describes the ST_SceneFromBianry function. This function converts a binary object to a scene object.

Syntax

scene ST_SceneFromBinary(byeta binary);

Parameters

ParameterDescription
binaryThe scene object in binary representation.

Description

This function converts a binary object to a scene object.

Examples

SELECT ST_AsText(ST_sceneFromBinary(\x0128000000540a0...));
--------------
{"type" : "gltf", "content" : {"accessors":...}}