Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 419 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 419 Bytes

bunny

Stanford Bunny abstract simplicial complex

install

$ clib install glisy/bunny --save

usage

GlisyVAOAttribute position = {
  .buffer = {
    .data = (void *) StanfordBunny.positions,
    .type = GL_FLOAT,
    .size = sizeof(StanfordBunny.positions),
    .usage = GL_STATIC_DRAW,
    .offset = 0,
    .stride = 0,
    .dimension = 3,
  }
};

license

MIT