java.lang.Object
de.grogra.ray2.radiosity.triangulation.Cone

public abstract class Cone extends Object
This class divides a Cone into triangle patches.
Author:
Ralf Kopsch
  • Constructor Details

    • Cone

      public Cone()
  • Method Details

    • computePatches

      public static void computePatches(GroupListBuilder builder, TransformableVolume cone, Shader shader)
      Divides the volume into patches and use the builder to store it.
      Parameters:
      builder - saves the created patches.
      cone - the volume.
      shader - the material shader.