Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/deps.ts>three.FogExp2

A framework for Beat Saber map scripting.
Go to Latest
class three.FogExp2
implements FogBase
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { FogExp2 } = three;

This class contains the parameters that define linear fog, i.e., that grows exponentially denser with the distance.

Constructors

new
FogExp2(hex: number | string, density?: number)

Properties

color: Color
density: number

Defines how fast the fog will grow dense.

readonly
isFogExp2: true
name: string