MCPcopy
hub / github.com/CesiumGS/obj2gltf / defaultValue

Function defaultValue

lib/obj2gltf.js:9–9  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

7const writeGltf = require("./writeGltf");
8
9const defaultValue = (a, b) => a ?? b;
10const defined = Cesium.defined;
11const DeveloperError = Cesium.DeveloperError;
12

Callers 1

obj2gltfFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected