Update fallback face color in multiple files
This commit is contained in:
@@ -13,7 +13,7 @@ import { RuntimeInteractionSystem } from "./runtime-interaction-system";
|
||||
import { RuntimeAudioSystem } from "./runtime-audio-system";
|
||||
import { OrbitVisitorNavigationController } from "./orbit-visitor-navigation-controller";
|
||||
import { resolveUnderwaterFogState } from "./underwater-fog";
|
||||
const FALLBACK_FACE_COLOR = 0x747d89;
|
||||
const FALLBACK_FACE_COLOR = 0xf2ece2;
|
||||
const BOX_FACE_MATERIAL_COUNT = 6;
|
||||
const WATER_REFLECTION_UPDATE_INTERVAL_MS = 96;
|
||||
export class RuntimeHost {
|
||||
|
||||
@@ -108,7 +108,7 @@ interface RuntimeWaterContactUniformBinding {
|
||||
lastReflectionUpdateTime: number;
|
||||
}
|
||||
|
||||
const FALLBACK_FACE_COLOR = 0x747d89;
|
||||
const FALLBACK_FACE_COLOR = 0xf2ece2;
|
||||
const BOX_FACE_MATERIAL_COUNT = 6;
|
||||
const WATER_REFLECTION_UPDATE_INTERVAL_MS = 96;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ import { areViewportToolPreviewsEqual } from "./viewport-transient-state";
|
||||
const BRUSH_SELECTED_EDGE_COLOR = 0xf7d2aa;
|
||||
const BRUSH_HOVERED_EDGE_COLOR = 0xb7cbec;
|
||||
const BRUSH_EDGE_COLOR = 0x0d1017;
|
||||
const FALLBACK_FACE_COLOR = 0x747d89;
|
||||
const FALLBACK_FACE_COLOR = 0xf2ece2;
|
||||
const HOVERED_FACE_FALLBACK_COLOR = 0xd9a56f;
|
||||
const SELECTED_FACE_FALLBACK_COLOR = 0xcf7b42;
|
||||
const HOVERED_FACE_EMISSIVE = 0x2f1d11;
|
||||
|
||||
@@ -213,7 +213,7 @@ interface ViewportWaterSurfaceBinding {
|
||||
const BRUSH_SELECTED_EDGE_COLOR = 0xf7d2aa;
|
||||
const BRUSH_HOVERED_EDGE_COLOR = 0xb7cbec;
|
||||
const BRUSH_EDGE_COLOR = 0x0d1017;
|
||||
const FALLBACK_FACE_COLOR = 0x747d89;
|
||||
const FALLBACK_FACE_COLOR = 0xf2ece2;
|
||||
const HOVERED_FACE_FALLBACK_COLOR = 0xd9a56f;
|
||||
const SELECTED_FACE_FALLBACK_COLOR = 0xcf7b42;
|
||||
const HOVERED_FACE_EMISSIVE = 0x2f1d11;
|
||||
|
||||
Reference in New Issue
Block a user