Packages

package utils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. implicit def coloredSHToSphericalFunction(sphericalHarmonics: GreyOrRGB[DenseVector[Double]]): SphericalFunction[RGB]
  2. object CubeProjectionRenderer extends Serializable
  3. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped