WaterOptions

THREE.WaterOptions
See theWaterOptions companion object
trait WaterOptions extends Object

Constructor options for Water.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

var alpha: UndefOr[Double]
var clipBias: UndefOr[Double]
var distortionScale: UndefOr[Double]
var eye: UndefOr[Vector3]
var fog: UndefOr[Boolean]
var side: UndefOr[Double]
var sunColor: UndefOr[Color | String | Double]
var sunDirection: UndefOr[Vector3]
var textureHeight: UndefOr[Double]
var textureWidth: UndefOr[Double]
var time: UndefOr[Double]
var waterColor: UndefOr[Color | String | Double]
var waterNormals: UndefOr[Texture | Null]