Uses of Class
de.grogra.ray2.radiosity.SubPatch
Packages that use SubPatch
-
Uses of SubPatch in de.grogra.ray2.radiosity
Methods in de.grogra.ray2.radiosity that return SubPatchModifier and TypeMethodDescriptionPatchGroup.getPatch
(int i) Returns the sub path with the given number.ZPixel.getPatch()
Returns the patch assigned to this pixel.Methods in de.grogra.ray2.radiosity that return types with arguments of type SubPatchModifier and TypeMethodDescriptionSubPatch.getFFMap()
Returns the form factor map.PatchGroup.getFormFactors
(int patchNum) Returns the form factors of the sub patch with the given number.Methods in de.grogra.ray2.radiosity with parameters of type SubPatchModifier 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.Method parameters in de.grogra.ray2.radiosity with type arguments of type SubPatchModifier 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.Constructors in de.grogra.ray2.radiosity with parameters of type SubPatch