Class LightLut.IntLayer
java.lang.Object
dev.engine_room.flywheel.backend.engine.LightLut.IntLayer
- Enclosing class:
- LightLut
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntLayer
public IntLayer()
-
-
Method Details
-
fillLut
public void fillLut(it.unimi.dsi.fastutil.ints.IntArrayList lut) -
base
public int base() -
size
public int size() -
getRaw
public int getRaw(int i) -
get
public int get(int i) -
set
public void set(int i, int index) -
prune
public boolean prune()- Returns:
trueif the layer is now empty.
-
clear
public void clear(int i)
-