youtube link

This commit is contained in:
Sean Barrett 2015-04-01 00:28:17 -07:00
parent 3bb829574d
commit 92de5ecbb2

View File

@ -4,6 +4,8 @@
// in this case, one with blocks that can have textures and that // in this case, one with blocks that can have textures and that
// can also be a few shapes other than cubes. // can also be a few shapes other than cubes.
// //
// Video introduction: https://www.youtube.com/watch?v=2vnTtiLrV1w
//
// It works by creating triangle meshes. The library includes // It works by creating triangle meshes. The library includes
// //
// - converter from dense 3D arrays of block info to vertex mesh // - converter from dense 3D arrays of block info to vertex mesh