OSVR-Core
|
Header. More...
#include <osvr/Common/Export.h>
#include <osvr/Common/PathElementTypes_fwd.h>
#include <osvr/Common/PathNode_fwd.h>
#include <osvr/Common/PathTree_fwd.h>
#include <json/value.h>
#include <string>
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
void | osvr::common::processArticulationSpec (PathNode &devNode, Json::Value const &desc) |
Set up a path tree based on articulationSpec. | |
OSVR_COMMON_EXPORT void | osvr::common::processArticulationSpecForPathTree (PathTree &tree, std::string const &deviceName, Json::Value const &articSpec) |
Header.