| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
THREE.PointsMaterial
Contents
Synopsis
- newtype PointsMaterial = PointsMaterial {}
- new :: Three PointsMaterial
- alphaMap :: (TextureClass texture, FromJSVal texture) => Property PointsMaterial (Maybe texture)
- color :: Property PointsMaterial Color
- fog :: Property PointsMaterial Bool
- map :: (TextureClass texture, FromJSVal texture) => Property PointsMaterial (Maybe texture)
- size :: Property PointsMaterial Double
- sizeAttenuation :: Property PointsMaterial Bool
Types
newtype PointsMaterial Source #
Constructors
| PointsMaterial | |
Fields | |
Instances
Constructors
Properties
alphaMap :: (TextureClass texture, FromJSVal texture) => Property PointsMaterial (Maybe texture) Source #
map :: (TextureClass texture, FromJSVal texture) => Property PointsMaterial (Maybe texture) Source #