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 TypeMethodDescriptionvoidAdds a patch to this pixel.floatSubPatch.getMaxRadDifference(SubPatch other) Returns the maximum difference of radiosity color.voidInserts a new patch into the buffer.voidViewCube.projPatchOnCube(SubPatch pIn) Add patch to the viewcube.Method parameters in de.grogra.ray2.radiosity with type arguments of type SubPatchModifier and TypeMethodDescriptionvoidViewCube.computeFormFactorMap(Map<SubPatch, FormFactor> ffMap) Computes the form factor map.booleanPatchGroup.ffMapContains(List<SubPatch> deprecatedPatches) Returns true, if this group contains a deprecated patch.booleanSubPatch.ffMapContains(List<SubPatch> deprecatedPatches) Checks whether, the list of deprecated patches contains this patch.voidZBuffer.fillFormFactors(Map<SubPatch, FormFactor> formFactors, int side) Fills the given form factor map with form factors.booleanPatchGroup.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