refactor: tsconfig paths
This commit is contained in:
parent
acbb4e9d98
commit
85a44235d3
25 changed files with 108 additions and 108 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { Framebuffer } from "../engine/render/Framebuffer"
|
||||
import type { RenderConfig } from "../engine/render/RenderConfig"
|
||||
import type { Mat4 } from "../engine/math/Mat4"
|
||||
import type { Camera } from "../engine/scene/Camera"
|
||||
import { RenderProtocol, type RenderWorkerInit } from "../engine/render/RenderProtocol"
|
||||
import { RenderScene, type RenderInstance } from "../engine/render/RenderScene"
|
||||
import { Framebuffer } from "engine/render/Framebuffer"
|
||||
import type { RenderConfig } from "engine/render/RenderConfig"
|
||||
import type { Mat4 } from "engine/math/Mat4"
|
||||
import type { Camera } from "engine/scene/Camera"
|
||||
import { RenderProtocol, type RenderWorkerInit } from "engine/render/RenderProtocol"
|
||||
import { RenderScene, type RenderInstance } from "engine/render/RenderScene"
|
||||
|
||||
/** Clouds are drawn at 1/SKY_STEP resolution (the sky base + sun stay per-pixel);
|
||||
* band splits align to it so the cloud block grid stays seamless across workers. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue