jianjieluo / MineCube

A Cool Voxel Editor Based on OpenGL 3.3+ !
MIT License
30 stars 5 forks source link

What is our grain size for modifying attributes of each cube? #6

Closed Bowenwu1 closed 6 years ago

Bowenwu1 commented 6 years ago

For example: A cube has six planes. Can these six planes have six different colors? Or they are always the same? Although this issue doesn't matter for now, I still think we should have a discussion about that.

jianjieluo commented 6 years ago

@Bowenwu1 I prefer that one cube can be constructed by different color planes.

jianjieluo commented 6 years ago

@Bowenwu1 Since a voxel should be the minimal operating unit in the voxel editor, maybe one cube should only have one color. My mistakes.