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