Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
const
writeGltf = require(
"./writeGltf"
);
8
9
const
defaultValue = (a, b) => a ?? b;
10
const
defined = Cesium.defined;
11
const
DeveloperError = Cesium.DeveloperError;
12
Callers
1
obj2gltf
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected