package utils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- utils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
CubeProjectionRenderer
(renderBuffer: RenderBuffer[RGBA], position: Vector2D, size: Vector2D = Vector2D.ones * 65, anchor: Vector2D = Vector2D.zero) extends Product with Serializable
Renders the cube-net projection of a spherical function into a render buffer.
Renders the cube-net projection of a spherical function into a render buffer.
- renderBuffer
The buffer to render into.
- position
The absolute pixel position of the rendered cube-net in relation to the specified anchor.
- size
The absolute pixel size of a face element of the cube-net.
- anchor
Specifies the origin of the cube-net and its relative position on the screen.
Value Members
- implicit def coloredSHToSphericalFunction(sphericalHarmonics: GreyOrRGB[DenseVector[Double]]): SphericalFunction[RGB]
- object CubeProjectionRenderer extends Serializable
-
object
SkyboxRenderer
Provides functions for filling background pixels of a RenderBuffer based on a environment map.
Provides functions for filling background pixels of a RenderBuffer based on a environment map. The environment map can be described by an instance of EnvironmentMap or using spherical harmonics.