Top "Voxel" questions

A voxel (volumetric pixel) is a volume element, representing a value on a regular grid in three dimensional space.

Drawing 3D sphere in C/C++

I am looking for an algorithm which can draw a nice looking 3D sphere on small resolution. I found Bresenham's …

c graphics voxel
Know any voxel graphics C++ libraries?

So, I'm looking for a voxel graphic engine with C++ libraries (game oriented). Just for fun, it would be the …

c++ voxel
Representing voxels with matplotlib

In Python, given a N_1 x N_2 x N_3 matrix containing either 0s or 1s, I would be looking for …

python matplotlib voxel
Ray - Octree intersection algorithms

I'm looking for a good ray-octree intersection algorithm, which gives me the leafs the ray passes through in an iterative …

algorithm graphics traversal voxel octree
Basic Dual Contouring Theory

I've been searching on google, but cannot find anything basic. In it's most basic form, how is dual contouring (for …

c# javascript scripting terrain voxel
Voxel Engine and Optimization

Recently I've started developing voxel engine. What I need is only colorful voxels without texture, but at very large amount (…

optimization 3d voxel voxels
OpenGL voxel engine slow

I'm making a voxel engine in C++ and OpenGL (à la Minecraft) and can't get decent fps on my 3GHz with …

c++ opengl voxel
How to smooth the blocks of a 3D voxel world?

In my (Minecraft-like) 3D voxel world, I want to smooth the shapes for more natural visuals. Let's look at this …

algorithm graphics 3d bezier voxel
In Python, how do I voxelize a 3D mesh

I need help on getting started in Python (which I almost know nothing of) to voxelize a 3D mesh generated …

python 3d mesh .obj voxel
Raycast without using a collider

I am doing a Voxel game and my engine was using Physics.raycasts and Mesh colliders for getting the coordinates …

unity3d position raycasting voxel