@quake2ts/test-utils 0.0.794 → 0.0.795
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
- package/src/engine/mocks/lighting.ts +4 -2
package/dist/index.js
CHANGED
|
@@ -12870,7 +12870,7 @@ function createMockShader(vertSource, fragSource) {
|
|
|
12870
12870
|
|
|
12871
12871
|
// src/engine/mocks/lighting.ts
|
|
12872
12872
|
import { vi as vi15 } from "vitest";
|
|
12873
|
-
import {
|
|
12873
|
+
import { DynamicLightManager } from "@quake2ts/engine";
|
|
12874
12874
|
function createMockDLight(position = { x: 0, y: 0, z: 0 }, color = { x: 1, y: 1, z: 1 }, intensity = 300) {
|
|
12875
12875
|
return {
|
|
12876
12876
|
origin: { ...position },
|
|
@@ -14515,7 +14515,6 @@ function createVisualTestScenario(sceneName) {
|
|
|
14515
14515
|
export {
|
|
14516
14516
|
BrowserInputSource,
|
|
14517
14517
|
Cvar2 as Cvar,
|
|
14518
|
-
DLight,
|
|
14519
14518
|
DynamicLightManager,
|
|
14520
14519
|
FakeAudioContext,
|
|
14521
14520
|
FakeAudioNode,
|