abstract class TransferSimulatorMultiBounce extends TransferSimulator
- Alphabetic
- By Inheritance
- TransferSimulatorMultiBounce
- TransferSimulator
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TransferSimulatorMultiBounce()
Type Members
-
type
TransferMatrices = IndexedSeq[DenseMatrix[Double]]
- Attributes
- protected
- Definition Classes
- TransferSimulator
Abstract Value Members
-
abstract
val
bounces: Int
The number light bounces the this simulator will taken into account.
The number light bounces the this simulator will taken into account. A value of 1 or less corresponds to occlusion-only simulation.
-
abstract
def
getBRDF(triangleId: TriangleId, bcc: BarycentricCoordinates, sample: Vector[_3D]): DenseVector[Double]
Returns an SH-projection of the used BRDF at a specific point on the mesh.
Returns an SH-projection of the used BRDF at a specific point on the mesh.
- Attributes
- protected
-
abstract
val
mesh: TriangleMesh3D
The mesh to simulate light transfer for.
The mesh to simulate light transfer for.
- Definition Classes
- TransferSimulator
-
abstract
val
occlusion: OcclusionInformation
An instance of OcclusionInformation for the mesh to simulate light transfer for.
An instance of OcclusionInformation for the mesh to simulate light transfer for.
- Definition Classes
- TransferSimulator
-
abstract
val
shBands: Int
The number light bounces the this simulator will taken into account.
The number light bounces the this simulator will taken into account. A value of 1 or less corresponds to occlusion-only simulation.
- Definition Classes
- TransferSimulator
Concrete 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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
emptyMatrix: DenseMatrix[Double]
- Attributes
- protected
- Definition Classes
- TransferSimulator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- 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
-
val
samples: IndexedSeq[Vector[_3D]]
- Attributes
- protected
- Definition Classes
- TransferSimulator
-
val
samplesSh: IndexedSeq[DenseVector[Double]]
- Attributes
- protected
- Definition Classes
- TransferSimulator
-
val
shBandsIn: Int
- Definition Classes
- TransferSimulator
-
val
shBandsOut: Int
- Definition Classes
- TransferSimulator
-
def
simulate(): Transfer
Simulates light transfer and returns the final transfer data.
Simulates light transfer and returns the final transfer data.
- Definition Classes
- TransferSimulatorMultiBounce → TransferSimulator
-
def
simulateAll(): IndexedSeq[Transfer]
Simulates light transfer and returns the final transfer data together with the transfer data of each individual light bounce.
-
def
simulateBounces: IndexedSeq[Transfer]
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
triangulation: TriangleList
- Attributes
- protected
- Definition Classes
- TransferSimulator
-
val
vertexCount: Int
- Attributes
- protected
- Definition Classes
- TransferSimulator
-
val
volumePerSample: Double
- Attributes
- protected
- Definition Classes
- TransferSimulator
-
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( ... )