Shadows

sealed class Shadows(source)

Inheritors

Types

Link copied to clipboard
abstract class ColorMappedShadows(mapSize: Int) : Shadows.MappedShadows
Link copied to clipboard
abstract class DepthMappedShadows(mapSize: Int) : Shadows.MappedShadows
Link copied to clipboard
abstract class MappedShadows(val mapSize: Int) : Shadows
Link copied to clipboard
object None : Shadows
Link copied to clipboard
class PCF(mapSize: Int = 1024, val sampleCount: Int = 12) : Shadows.DepthMappedShadows
Link copied to clipboard
class Simple(mapSize: Int = 1024) : Shadows.DepthMappedShadows
Link copied to clipboard
class VSM(mapSize: Int = 1024) : Shadows.ColorMappedShadows

Functions

Link copied to clipboard
fun Shadows.fs(index: Int): String