Module gpuFlux

Class FluxJOCLScene

java.lang.Object
de.grogra.gpuflux.scene.FluxJOCLScene

public class FluxJOCLScene extends Object
  • Constructor Details

  • Method Details

    • setupOCLBounds

      public void setupOCLBounds() throws IOException
      Throws:
      IOException
    • setupOCLDetectors

      public void setupOCLDetectors() throws IOException
      Throws:
      IOException
    • setupOCLCamera

      public void setupOCLCamera(int width, int height) throws IOException
      Throws:
      IOException
    • setupOCLGrid

      public void setupOCLGrid() throws IOException
      Throws:
      IOException
    • setupOCLSensors

      public void setupOCLSensors() throws IOException
      Throws:
      IOException
    • setupOCLScene

      public void setupOCLScene(boolean useBIH) throws IOException
      Throws:
      IOException
    • setupOCLLights

      public void setupOCLLights() throws IOException
      Throws:
      IOException
    • setKernelArgDetectors

      public void setKernelArgDetectors(Device device, Kernel kernel, int offset)
    • setKernelArgCamera

      public void setKernelArgCamera(Device device, Kernel kernel, int offset)
    • setKernelArgGrid

      public void setKernelArgGrid(Device device, Kernel kernel, int offset)
    • setKernelArgBounds

      public void setKernelArgBounds(Device device, Kernel kernel, int offset)
    • setKernelArgSensors

      public void setKernelArgSensors(Device device, Kernel kernel, int offset)
    • setKernelArgScene

      public void setKernelArgScene(Device device, Kernel kernel, int offset)