Class SVTManager
java.lang.Object
gaiasky.util.svt.SVTManager
- All Implemented Interfaces:
IObserver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoneLoading(com.badlogic.gdx.assets.AssetManager manager) static intvoidEvent notification call.voidProcesses the current observed tiles queue.voidupdateObservedTiles(FloatBuffer tileDetectionBuffer) Flushes the current observed tiles queue, and refills it using the data in the given tile detection buffer.
-
Constructor Details
-
SVTManager
public SVTManager()
-
-
Method Details
-
nextSvtId
public static int nextSvtId() -
doneLoading
public void doneLoading(com.badlogic.gdx.assets.AssetManager manager) -
updateObservedTiles
Flushes the current observed tiles queue, and refills it using the data in the given tile detection buffer.- Parameters:
tileDetectionBuffer- The tile detection buffer data.
-
processObservedTiles
public void processObservedTiles()Processes the current observed tiles queue. -
notify
-