Showing results for

voxel

engine

on kronnect.freshdesk.com
kronnect.freshdesk.com › support › solutions › articles
Starting with an empty world :
...You will get a fully functional voxel engine with no predefined terrain.
Was this article helpful?
That’s Great!
Thank you for your feedback...
kronnect.freshdesk.com › support › solutions › articles
Introduction & Basic Snippets :
...Initialization of the Engine
The API of Voxel Play can be accessed using this script:
using VoxelPlay; public class MyScript : MonoBehaviour { VoxelPlayEnvironment env; void...
kronnect.freshdesk.com › support › solutions › articles
Chunks :
...engine but if you're curious about them, they're fully commented in the source.
In Voxel Play the block of 16x16x16 voxels is...
kronnect.freshdesk.com › support › solutions › articles
Voxel Play Environment Options :
Select your Voxel Play Environment in the hierarchy to show the current environment options:
The Voxel Play Environment script allows you to customize general...
kronnect.freshdesk.com › support › solutions › articles
System Requirements :
...Chrome
- How to enable WebGL 2.0 in Firefox
VR
The voxel engine renders correctly on Oculus Quest 2 in both Multi-Pass and...
kronnect.freshdesk.com › support › solutions › articles
Introduction :
...materials, shaders and textures required by Voxel Play engine.
- Scripts: full source code of Voxel Play logic can be found in this folder, including...
kronnect.freshdesk.com › support › solutions › articles
Optimizing build size & time :
...Unless you're using some of these resources in your own game, you can remove them safely as Voxel Play engine doesn't need...
kronnect.freshdesk.com › support › solutions › articles
Methods :
...engine. Can be used to fill the chunk with "holes" setting voxel.hasContent = 2. The default terrain generator won't place any voxel on...
kronnect.freshdesk.com › support › solutions › articles
Release Notes :
...You can initialize the engine calling the Init() or InitAndLoadSaveGame() methods instead.
- Biome Explorer: added position to tooltip
- Voxel Definitions: texture sample field is...
kronnect.freshdesk.com › support › solutions › articles
Coding your own terrain generator :
...This flag determines how the voxel engine treats lighting and occlusion when a neighbour of a chunk is missing. For example, if a chunk...