Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beutton/browser-flight-simulator
/ far
Method
far
packages/effects/src/DepthEffect.ts:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
get far(): number {
71
return
this.uniforms.get(
'far'
).value
72
}
73
74
set far(value: number) {
75
this.uniforms.get(
'far'
).value = value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected