Uses of Class
de.grogra.ray2.radiosity.PatchGroup
-
Uses of PatchGroup in de.grogra.ray2.radiosity
Modifier and TypeMethodDescriptionvoid
RadiosityAlgorithm.calculateScene
(Vector<PatchGroup> globalGroupList, float subDivThresh, int maxSubDivDepth, int threadCount) Calculates the scene.void
PatchGroup.project
(Vector<PatchGroup> allGroups) Projects the given groups on all hemicubes of the current patch group.boolean
PatchGroup.subdivide
(Vector<PatchGroup> group, List<SubPatch> deprecatedPatches, Vector<PatchGroup> subDivList, float threshold) Subdivides this patch group.