Uses of Class
de.grogra.ray2.radiosity.SubPatch
-
Uses of SubPatch in de.grogra.ray2.radiosity
Modifier and TypeMethodDescriptionPatchGroup.getPatch
(int i) Returns the sub path with the given number.ZPixel.getPatch()
Returns the patch assigned to this pixel.Modifier and TypeMethodDescriptionSubPatch.getFFMap()
Returns the form factor map.PatchGroup.getFormFactors
(int patchNum) Returns the form factors of the sub patch with the given number.Modifier and TypeMethodDescriptionvoid
Adds a patch to this pixel.float
SubPatch.getMaxRadDifference
(SubPatch other) Returns the maximum difference of radiosity color.void
Inserts a new patch into the buffer.void
ViewCube.projPatchOnCube
(SubPatch pIn) Add patch to the viewcube.Modifier and TypeMethodDescriptionvoid
ViewCube.computeFormFactorMap
(Map<SubPatch, FormFactor> ffMap) Computes the form factor map.boolean
PatchGroup.ffMapContains
(List<SubPatch> deprecatedPatches) Returns true, if this group contains a deprecated patch.boolean
SubPatch.ffMapContains
(List<SubPatch> deprecatedPatches) Checks whether, the list of deprecated patches contains this patch.void
ZBuffer.fillFormFactors
(Map<SubPatch, FormFactor> formFactors, int side) Fills the given form factor map with form factors.boolean
PatchGroup.subdivide
(Vector<PatchGroup> group, List<SubPatch> deprecatedPatches, Vector<PatchGroup> subDivList, float threshold) Subdivides this patch group.