Skip to content

erictuvesson/Voreeal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voreeal [Unreal Engine 4.14]

Voreeal is a voxel library for Unreal Engine 4 powered by PolyVox.

This project has been discontinued. If you are looking for a voxel framework I recommend VoxelFarm.

This project is still a work in progress, a lot of things are not implemented yet.

Supported voxel formats:

Types of Actors

Voreeal support a few different types of actors for different kind of jobs.

  • BasicVolume: A basic volume for representing fixed volumes.
  • RegionVolume: Allows for rendering a small part of a volume.
  • PagedVolume: Endless volume.

Getting Started

When there is a stable working version of the plugin I will release it here on github so you can download a pre-compiled version.

Currently your project requires C++ files so it could be compiled.

  1. Clone the repository using Git into your Game plugin folder. It is important that you clone because we are using submodules which is not supported by the download button!
  2. Rebuild the plugin, once that is done you can just drag in any of the supported voxel formats into your project.

All the blueprint functions are located under the category 'Voreeal'.

About

Voreeal is a voxel library for Unreal Engine 4 powered by PolyVox.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published