Constant Field Values

Contents

org.sunflow.*

  • org.sunflow.core.IntersectionState 
    Modifier and Type Constant Field Value
    private static final int MAX_STACK_SIZE 64
  • org.sunflow.core.Ray 
    Modifier and Type Constant Field Value
    private static final float EPSILON 0.0f
  • org.sunflow.core.accel.KDTree 
    Modifier and Type Constant Field Value
    private static final long CLOSED 0L
    private static final float EMPTY_BONUS 0.20000000298023224f
    private static final float INTERSECT_COST 0.5f
    private static final int MAX_DEPTH 64
    private static final long OPENED 2147483648L
    private static final long PLANAR 1073741824L
    private static final float TRAVERSAL_COST 1.0f
    private static final long TYPE_MASK 3221225472L
  • org.sunflow.core.photonmap.org.sunflow.core.photonmap.CausticPhotonMap.Photon 
    Modifier and Type Constant Field Value
    static final int SPLIT_MASK 3
    static final int SPLIT_X 0
    static final int SPLIT_Y 1
    static final int SPLIT_Z 2
  • org.sunflow.core.photonmap.org.sunflow.core.photonmap.GlobalPhotonMap.Photon 
    Modifier and Type Constant Field Value
    static final int SPLIT_MASK 3
    static final int SPLIT_X 0
    static final int SPLIT_Y 1
    static final int SPLIT_Z 2
  • org.sunflow.core.primitive.SphereFlake 
    Modifier and Type Constant Field Value
    private static final int MAX_LEVEL 20
  • org.sunflow.image.Bitmap 
    Modifier and Type Constant Field Value
    protected static final float INV255 0.003921568859368563f
    protected static final float INV65535 1.5259021893143654E-5f
  • org.sunflow.image.SpectralCurve 
    Modifier and Type Constant Field Value
    private static final int WAVELENGTH_MAX 830
    private static final int WAVELENGTH_MIN 360
  • org.sunflow.math.PerlinVector 
    Modifier and Type Constant Field Value
    private static final float P1x 0.3400000035762787f
    private static final float P1y 0.6600000262260437f
    private static final float P1z 0.2370000034570694f
    private static final float P2x 0.010999999940395355f
    private static final float P2y 0.8450000286102295f
    private static final float P2z 0.03700000047683716f
    private static final float P3x 0.3400000035762787f
    private static final float P3y 0.11999999731779099f
    private static final float P3z 0.8999999761581421f
  • org.sunflow.math.QMC 
    Modifier and Type Constant Field Value
    public static final int MAX_SIGMA_ORDER 15
    private static final int NUM 128
  • org.sunflow.util.FastHashMap<K,​V> 
    Modifier and Type Constant Field Value
    private static final int MIN_SIZE 4