Class/Object

scalismo.faces.parameters

RenderParameter

Related Docs: object RenderParameter | package parameters

Permalink

case class RenderParameter(pose: Pose, view: ViewParameter, camera: Camera, environmentMap: SphericalHarmonicsLight, directionalLight: DirectionalLight, momo: MoMoInstance, imageSize: ImageSize, colorTransform: ColorTransform) extends Product with Serializable

main parameter to describe a 3D scene setup with a face for rendering and fitting

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RenderParameter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RenderParameter(pose: Pose, view: ViewParameter, camera: Camera, environmentMap: SphericalHarmonicsLight, directionalLight: DirectionalLight, momo: MoMoInstance, imageSize: ImageSize, colorTransform: ColorTransform)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val camera: Camera

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. val colorTransform: ColorTransform

    Permalink
  8. val directionalLight: DirectionalLight

    Permalink
  9. val environmentMap: SphericalHarmonicsLight

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def fitToImageSize(width: Int, height: Int): RenderParameter

    Permalink

    adapt the target image size, rescales output, keeps aspect ratio of original face

  12. def forImageSize(width: Int, height: Int): RenderParameter

    Permalink

    change rendering output - corresponds to a restricted or enlarged view, does not change size of head

  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. val imageSize: ImageSize

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def modelViewTransform: Affine3D

    Permalink

    model and view transforms: pose and camera (transforms from object to eye coordinates)

  17. val momo: MoMoInstance

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def noColorTransform: RenderParameter

    Permalink

    disable color transform

  20. def noDirectionalLight: RenderParameter

    Permalink

    remove directional light

  21. def noEnvironmentMap: RenderParameter

    Permalink

    remove spherical harmonics illumination

  22. def noLightAndColor: RenderParameter

    Permalink

    disable illumination, render pure albedo color

  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def pixelShader(mesh: VertexColorMesh3D): PixelShader[RGBA]

    Permalink

    complete shader of this scene for a vertex color mesh with vertex normals, includes point and pixel shaders (ParametricShader)

  26. def pixelShader(mesh: ColorNormalMesh3D): PixelShader[RGBA]

    Permalink

    complete shader of this scene, includes point and pixel shaders (ParametricShader)

  27. def pointShader: PointShader

    Permalink

    point shader: transform from object to canonical viewing volume/NDC

  28. val pose: Pose

    Permalink
  29. def renderTransform: (Point[_3D]) ⇒ Point[_3D]

    Permalink

    complete render transform, transforms from object to buffer coordinates (includes y inversion in image)

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val view: ViewParameter

    Permalink
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withCamera(camera: Camera): RenderParameter

    Permalink

    change the camera setting

  36. def withColorTransform(colorTransform: ColorTransform): RenderParameter

    Permalink

    change the color transform

  37. def withDirectionalLight(light: DirectionalLight): RenderParameter

    Permalink

    change illumination to specified illumination

  38. def withEnvironmentMap(light: SphericalHarmonicsLight): RenderParameter

    Permalink

    change illumination to specified illumination

  39. def withImageSize(imageSize: ImageSize): RenderParameter

    Permalink

    change image size (without rescaling anything!! - also refer to forImage*)

  40. def withMoMo(momo: MoMoInstance): RenderParameter

    Permalink

    change the face object

  41. def withPose(pose: Pose): RenderParameter

    Permalink

    change the pose

  42. def withView(view: ViewParameter): RenderParameter

    Permalink

    change the viewing setup

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped