auto-git:
[change] tests/unit/precomputed-shader-sky-environment-cache.test.ts
This commit is contained in:
@@ -39,7 +39,7 @@ describe("PrecomputedShaderSkyEnvironmentCache", () => {
|
|||||||
const world = createDefaultWorldSettings();
|
const world = createDefaultWorldSettings();
|
||||||
const time = createDefaultProjectTimeSettings();
|
const time = createDefaultProjectTimeSettings();
|
||||||
const buildOrder: string[] = [];
|
const buildOrder: string[] = [];
|
||||||
const phaseTextures = {
|
const phaseTextures: Record<"day" | "dawn" | "dusk" | "night", Texture> = {
|
||||||
day: new Texture(),
|
day: new Texture(),
|
||||||
dawn: new Texture(),
|
dawn: new Texture(),
|
||||||
dusk: new Texture(),
|
dusk: new Texture(),
|
||||||
|
|||||||
Reference in New Issue
Block a user