MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator / constructor

Method constructor

packages/clouds/src/CloudShape.ts:12–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11export class CloudShape extends Procedural3DTextureBase {
12 constructor() {
13 super({
14 size: CLOUD_SHAPE_TEXTURE_SIZE,
15 fragmentShader: resolveIncludes(fragmentShader, {
16 core: { math },
17 perlin,
18 tileableNoise
19 })
20 })
21 }
22}

Callers

nothing calls this directly

Calls 1

resolveIncludesFunction · 0.85

Tested by

no test coverage detected