Package-level declarations

Types

Link copied to clipboard
data class IrradianceSH(val xCount: Int, val yCount: Int, val zCount: Int, val spacing: Double, val offset: Vector3, val cubemapSize: Int) : Feature
Link copied to clipboard
data class VoxelConeTracing(val xCount: Int, val yCount: Int, val zCount: Int, val spacing: Double, val offset: Vector3) : Feature
Link copied to clipboard

Functions

Link copied to clipboard
fun Scene.addIrradianceSH(xCount: Int, yCount: Int, zCount: Int, spacing: Double, offset: Vector3 = Vector3.ZERO, cubemapSize: Int = 256)
Link copied to clipboard
fun Scene.addVoxelConeTracing(xCount: Int, yCount: Int, zCount: Int, spacing: Double, offset: Vector3 = Vector3.ZERO): VoxelConeTracing