Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CesiumGS/obj2gltf
/ defaultValue
Function
defaultValue
lib/loadTexture.js:10–10 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
8
const
Texture = require(
"./Texture"
);
9
10
const
defaultValue = (a, b) => a ?? b;
11
const
defined = Cesium.defined;
12
13
module.exports = loadTexture;
Callers
1
loadTexture
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected