Module gpuFlux

Interface LightDistributionIF

All Known Implementing Classes:
LightDistribution, LightDistributionRef, LightDistributionResource

public interface LightDistributionIF
  • Method Details

    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • getDistribution

      double[][] getDistribution()
    • getLinearCDF

      double[] getLinearCDF()
    • setDistribution

      void setDistribution(double[][] lipdf)
    • setDistributionEx

      void setDistributionEx(double[][] lipdf)
    • getPower

      double getPower()
    • setPower

      void setPower(double power)
    • getDensityAt

      double getDensityAt(Vector3f direction)
    • map2direction

      double map2direction(Vector3f outDirection, Tuple2d inPoint)