Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick authored Aug 11, 2023
1 parent 9328d2b commit 328173c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ With this simple code (thanks to [@unphased](https://github.com/unphased))
#include "VoxWriter.h"
int main()
{
const int32_t SIZE = 189;
const int32_t SIZE = 189;
const int32_t OFFSET = SIZE;
const float Z_SCALE = 1.0f;
const int32_t FRAMES = 30;
const float len_ratio = 1.0f / (SIZE * SIZE);

vox::VoxWriter vox;

vox.StartTimeLogging();
vox.StartTimeLogging();
float time = 0.0f;
for (int32_t k = 0; k < FRAMES; ++k) {
vox.SetKeyFrame(k);
Expand Down

0 comments on commit 328173c

Please sign in to comment.