HDK
|
#include "MocapStreamRokokoHDK.h"
#include <OP/OP_Director.h>
#include <PRM/PRM_TemplateBuilder.h>
#include <MC/MC_LZ4Decompressor.h>
#include <GEO/GEO_StandardAttribs.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_NetSocket.h>
#include <UT/UT_NetFDSet.h>
#include <UT/UT_Thread.h>
#include <UT/UT_Options.h>
#include <UT/UT_ConcurrentVector.h>
#include <UT/UT_ScopeExit.h>
#include <UT/UT_JSONValue.h>
#include <UT/UT_JSONValueArray.h>
#include <UT/UT_JSONValueMap.h>
#include <SYS/SYS_Pragma.h>
#include <hboost/asio.hpp>
Go to the source code of this file.
Functions | |
void | newMocapStreamDevice (void *) |
void | rokokoServer (MC_MocapStreamImpl::ServerState &state, const MC_MocapStreamImpl::ServerOptions &options, MC_MocapStreamImpl *data) |
Variables | |
UT_StringArray | JOINTS |
UT_Array< exint > | PARENTS |
UT_Array< UT_Matrix4F > | REST_XFORMS |
Function called in DSO to install new functions All files found in $HOUDINI_MOCAPSTREAM_DSO_PATH are automatically scanned for this function.
Definition at line 46 of file MocapStreamRokokoHDK.C.
void rokokoServer | ( | MC_MocapStreamImpl::ServerState & | state, |
const MC_MocapStreamImpl::ServerOptions & | options, | ||
MC_MocapStreamImpl * | data | ||
) |
Definition at line 57 of file MocapStreamRokokoHDK.C.
UT_StringArray JOINTS |
Definition at line 165 of file MocapStreamRokokoHDK.C.
Definition at line 185 of file MocapStreamRokokoHDK.C.
UT_Array<UT_Matrix4F> REST_XFORMS |
Definition at line 205 of file MocapStreamRokokoHDK.C.