Uses of Class
de.grogra.ray2.radiosity.PatchGroup
Packages that use PatchGroup
-
Uses of PatchGroup in de.grogra.ray2.radiosity
Methods in de.grogra.ray2.radiosity that return types with arguments of type PatchGroupMethod parameters in de.grogra.ray2.radiosity with type arguments of type PatchGroupModifier and TypeMethodDescriptionvoidRadiosityAlgorithm.calculateScene(Vector<PatchGroup> globalGroupList, float subDivThresh, int maxSubDivDepth, int threadCount) Calculates the scene.voidPatchGroup.project(Vector<PatchGroup> allGroups) Projects the given groups on all hemicubes of the current patch group.booleanPatchGroup.subdivide(Vector<PatchGroup> group, List<SubPatch> deprecatedPatches, Vector<PatchGroup> subDivList, float threshold) Subdivides this patch group.