Skip to content
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.
/ Voreeal Public archive
forked from erictuvesson/Voreeal

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

License

Notifications You must be signed in to change notification settings

CanisArtorus/Voreeal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voreeal [Unreal Engine 4.14]

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

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

Download this repository and place it in your projects under 'Plugins' do this via GIT command line or a GIT client as if you download the ZIP it will not work as intended if at all this is because Polyvox is a subproject which does not download in the ZIP version also remember that this plugin must go in your project and not the engine and the project can not be Blueprint only the project needs to be c++ or the plugin will not launch. you then need to Restart Unreal Engine 4 and it will ask you to 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • C# 1.7%
  • Other 0.5%