We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9328d2b commit 328173cCopy full SHA for 328173c
1 file changed
README.md
@@ -16,15 +16,15 @@ With this simple code (thanks to [@unphased](https://github.com/unphased))
16
#include "VoxWriter.h"
17
int main()
18
{
19
- const int32_t SIZE = 189;
+ const int32_t SIZE = 189;
20
const int32_t OFFSET = SIZE;
21
const float Z_SCALE = 1.0f;
22
const int32_t FRAMES = 30;
23
const float len_ratio = 1.0f / (SIZE * SIZE);
24
25
vox::VoxWriter vox;
26
27
- vox.StartTimeLogging();
+ vox.StartTimeLogging();
28
float time = 0.0f;
29
for (int32_t k = 0; k < FRAMES; ++k) {
30
vox.SetKeyFrame(k);
0 commit comments