Package com.gaia3d.renderer.engine
Interface IAppLogic
- All Known Implementing Classes:
MainRenderer
,MainVoxelizer
public interface IAppLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
init
(Window window, GaiaScenesContainer gaiaScenesContainer) void
input
(Window window, GaiaScenesContainer gaiaScenesContainer, long diffTimeMillis) void
update
(Window window, GaiaScenesContainer gaiaScenesContainer, long diffTimeMillis)
-
Method Details
-
cleanup
void cleanup() -
init
-
input
-
update
-