This topic describes the ST_SceneFromHexBianry function. This function converts a hexadecimal object to a scene object.

Syntax

scene ST_SceneFromHexBinary(text hexBinary);

Parameters

ParameterDescription
hexBinaryThe scene object in hexadecimal representation.

Description

This function converts a hexadecimal object to a scene object.

Examples

SELECT ST_AsText(ST_sceneFromHexBinary('0128000000540...'));
--------------
{"type" : "gltf", "content" : {"accessors":...}}