o

faces.paper.model

DefaultRenderingModel

object DefaultRenderingModel

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bounces: Int
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def defaultParameterModel(technique: ParametricPrtTechnique[LambertParameters, Unit]): ParameterModel[LambertParameters, Unit]
  8. val defaultPrtParameters: PrtRenderParameter
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def getMeshRenderer(bgColor: RGBA, profiled: Boolean = true, cached: Boolean = true)(parameters: RenderParameter, shape: TriangleMesh3D, color: MeshSurfaceProperty[RGBA]): PixelImage[RGBA]
  14. def getRenderer(shape: TriangleMesh3D, color: MeshSurfaceProperty[RGBA], profiled: Boolean = true, cached: Boolean = true): ParametricPrtImageRender
  15. def getRendererWithGivenTransfer(shape: TriangleMesh3D, color: MeshSurfaceProperty[RGBA], transfer: GreyOrRGB[Transfer], profiled: Boolean = true, cached: Boolean = true): ParametricPrtImageRender
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def main(args: Array[String]): Unit
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. val occlusionSamples: VectorsOnUnitSphere
  23. val parameterModifier: (LambertParameters) ⇒ LambertParameters
  24. val shBands: Int
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def technique(profiled: Boolean = true, cached: Boolean = true): ParametricPrtTechnique[LambertParameters, Unit]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withExactTransfer(model: MoMo, profiled: Boolean = true, cached: Boolean = true): ParametricPrtMoMoRenderer[LambertParameters, Unit]
  32. def withLinearTransferModel(model: MoMo, linearTransferModel: LinearTransferModel, profiled: Boolean = true): ParametricPrtMoMoRenderer[LambertParameters, Unit]
  33. def withMeanTransfer(model: MoMo, profiled: Boolean = true, cached: Boolean = true): ParametricPrtMoMoRenderer[LambertParameters, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped