All Projects β†’ ray-cast β†’ Unityvoxfileimport

ray-cast / Unityvoxfileimport

Licence: mit
🌈 A tool to import a .vox file for Unity's GameObject and Prefab

Labels

Projects that are alternatives of or similar to Unityvoxfileimport

Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+412.93%)
Mutual labels:  voxel
Pyvoxelizer
A python converter of 3D model into voxels
Stars: ✭ 35 (-69.83%)
Mutual labels:  voxel
Openvdb
OpenVDB - Sparse volume data structure and tools
Stars: ✭ 1,359 (+1071.55%)
Mutual labels:  voxel
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (+562.93%)
Mutual labels:  voxel
Voxelplugin
Voxel Plugin for Unreal Engine
Stars: ✭ 844 (+627.59%)
Mutual labels:  voxel
Unityraymarching
Unity Raymarching Examples
Stars: ✭ 57 (-50.86%)
Mutual labels:  voxel
Voxel Cone Tracing
A real-time global illumination implementation using voxel cone tracing. Implemented in C++ and GLSL.
Stars: ✭ 555 (+378.45%)
Mutual labels:  voxel
Opengametools
A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.
Stars: ✭ 112 (-3.45%)
Mutual labels:  voxel
Bones3
BonesΒ³ is a Voxel Editor for Unity. Supports both in-game and in-editor building.
Stars: ✭ 32 (-72.41%)
Mutual labels:  voxel
Awesome Voxel
Voxel resources for coders
Stars: ✭ 96 (-17.24%)
Mutual labels:  voxel
3d Machine Learning
A resource repository for 3D machine learning
Stars: ✭ 7,405 (+6283.62%)
Mutual labels:  voxel
Voxelengine unity
Voxel engine made in C# for Unity
Stars: ✭ 25 (-78.45%)
Mutual labels:  voxel
Polyworld
A world generator that is based on Voronoi diagrams
Stars: ✭ 59 (-49.14%)
Mutual labels:  voxel
Geom
2D/3D geometry toolkit for Clojure/Clojurescript
Stars: ✭ 759 (+554.31%)
Mutual labels:  voxel
Qake
Qake voxel-engine demo
Stars: ✭ 100 (-13.79%)
Mutual labels:  voxel
Open Builder
Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
Stars: ✭ 569 (+390.52%)
Mutual labels:  voxel
Voxelframework
An awesome Voxel framework for Unity (Game Engine)
Stars: ✭ 57 (-50.86%)
Mutual labels:  voxel
Voxelsniper
The premiere long-distance brush editor for Minecraft
Stars: ✭ 114 (-1.72%)
Mutual labels:  voxel
Voxelman
Plugin-based client-server voxel game engine written in D language
Stars: ✭ 105 (-9.48%)
Mutual labels:  voxel
3d Reconstruction With Neural Networks
3D reconstruction with neural networks using Tensorflow. See link for Video (https://www.youtube.com/watch?v=iI6ZMST8Ri0)
Stars: ✭ 71 (-38.79%)
Mutual labels:  voxel

MagicaVoxel for Unity 2017

VOXFileLoader

γ€€γ€€The VOXFileLoader is a .vox reader to convert the .vox file from MagicaVoxel to static GameObject and Prefab with optimized obj file.

Alt

How to use:

  • Download a zip archive from the github page
  • Un-zip the archive
  • Copy the VOXFileLoader folder to Assets folder
  • Open Window -> Tools -> Cubizer -> show VOXFileLoader inspector
  • Select .vox file in the project view
  • Click 'Create Prefab from .vox file' button, you'll get a prefab and obj file from project view

Features:

  • Voxel file import for MagicalVoxel
  • Mesh Optimization
  • Level of detail

Requirements:

  • Unity 2017.2.0 or higher

Contact:

  • Reach me via Twitter: @Rui.

License (MIT)

Copyright (C) 2016-2017 Ray-MMD Developers. All rights reserved.

https://github.com/ray-cast/UnityVOXFileImport

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

References:

  • Meshing in a Minecraft Game [link]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].