diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2025-08-01 19:26:25 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2025-08-01 19:26:25 +0100 |
| commit | 4ed6cae45c96166f22b1d295bda12dd9913385a8 (patch) | |
| tree | 453a52d77c370ba71a57ab3683d537dda52650b0 /src/models | |
| parent | abe1f21f84df5864e8a7781864d9e32436bde2d4 (diff) | |
| download | js-raytracer-4ed6cae45c96166f22b1d295bda12dd9913385a8.tar.xz js-raytracer-4ed6cae45c96166f22b1d295bda12dd9913385a8.zip | |
Update colors and typography
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/RaytraceContext.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/RaytraceContext.ts b/src/models/RaytraceContext.ts index 1f22d32..b6ff1c1 100644 --- a/src/models/RaytraceContext.ts +++ b/src/models/RaytraceContext.ts @@ -41,6 +41,8 @@ export interface RaytracerOptions { directMemoryTransfer: boolean; chunkSize: number; chunkAllocationMode: ChunkAllocationMode; + chunkBorderColour: Colour, + chunkUnrenderedColour: Colour } export enum ChunkAllocationMode { |