Package com.gaia3d.renderer
Class MainVoxelizer
java.lang.Object
com.gaia3d.renderer.MainVoxelizer
- All Implemented Interfaces:
IAppLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
void
init
(Window window, GaiaScenesContainer gaiaScenesContainer) void
input
(Window window, GaiaScenesContainer gaiaScenesContainer, long diffTimeMillis) void
update
(Window window, GaiaScenesContainer gaiaScenesContainer, long diffTimeMillis) void
voxelize
(List<GaiaScene> scenes, List<VoxelGrid3D> resultVoxelGrids, List<GaiaScene> resultGaiaScenes, VoxelizeParameters voxelizeParameters)
-
Constructor Details
-
MainVoxelizer
public MainVoxelizer()
-
-
Method Details
-
cleanup
public void cleanup() -
init
-
input
-
update
-
deleteObjects
public void deleteObjects() -
voxelize
public void voxelize(List<GaiaScene> scenes, List<VoxelGrid3D> resultVoxelGrids, List<GaiaScene> resultGaiaScenes, VoxelizeParameters voxelizeParameters)
-