#include <iostream>
#include "common/wave_ex.h"
#include "bvh/bvh.h"
#include "perf/perf.h"
Go to the source code of this file.
Functions | |
static void | dumpPositions (IN bvh::Skeleton *skeleton, IN float time) |
static void | doTest (IN const char *bvhFile) |
int | main (IN int argc, IN const char *argv[]) |
static void dumpPositions | ( | IN bvh::Skeleton * | skeleton, | |
IN float | time | |||
) | [static] |
Definition at line 27 of file bvh/test/test.cpp.
static void doTest | ( | IN const char * | bvhFile | ) | [static] |
Definition at line 57 of file bvh/test/test.cpp.
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 103 of file bvh/test/test.cpp.