c
faces.render.prt.parametricrendering
ParametricPrtImageRender
Companion object ParametricPrtImageRender
case class ParametricPrtImageRender(shader: ParametricPrtShader, clearColor: RGBA = RGBA.BlackTransparent) extends ParametricImageRenderer[RGBA] with Product with Serializable
A PRT based implementation of ParametricImageRenderer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParametricPrtImageRender
- Serializable
- Serializable
- Product
- Equals
- ParametricImageRenderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ParametricPrtImageRender(shader: ParametricPrtShader, clearColor: RGBA = RGBA.BlackTransparent)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cached(cacheSize: Int): ParametricPrtImageRender
- val clearColor: RGBA
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
createPixelShader(parameters: RenderParameter, additionalParameters: PrtRenderParameter): PixelShader[RGBA]
Builds a pixel shader for the given RenderParameter and PrtRenderParameter settings.
Builds a pixel shader for the given RenderParameter and PrtRenderParameter settings.
Among other things, this method extracts the scalismo SH-light from the rendering parameters, converts it to the DenseVector format used by the PRT code and combines it with additional point lights that are specified in the PrtRenderParameter argument.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def renderImage(parameters: RenderParameter, additionalParameters: PrtRenderParameter): PixelImage[RGBA]
-
def
renderImage(parameters: RenderParameter): PixelImage[RGBA]
- Definition Classes
- ParametricPrtImageRender → ParametricImageRenderer
- val shader: ParametricPrtShader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def transfer: GreyOrRGB[Transfer]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withClearColor(clearColor: RGBA): ParametricPrtImageRender