VoxelConeTracing

data class VoxelConeTracing(val xCount: Int, val yCount: Int, val zCount: Int, val spacing: Double, val offset: Vector3) : Feature(source)

Constructors

Link copied to clipboard
constructor(xCount: Int, yCount: Int, zCount: Int, spacing: Double, offset: Vector3)

Properties

Link copied to clipboard
Link copied to clipboard
val offset: Vector3
Link copied to clipboard
Link copied to clipboard
var voxelMap: VolumeTexture?
Link copied to clipboard
Link copied to clipboard
var voxelRenderTarget: RenderTarget?
Link copied to clipboard
val xCount: Int
Link copied to clipboard
val yCount: Int
Link copied to clipboard
val zCount: Int

Functions

Link copied to clipboard
open override fun <T : Feature> update(drawer: Drawer, sceneRenderer: SceneRenderer, scene: Scene, feature: T, context: RenderContext)