ExportVRML.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <Inventor/nodes/SoNode.h>
6
7namespace armarx::viz::coin
8{
9
10 void exportToVRML(SoNode* node, std::string const& exportFilePath);
11
12}
void exportToVRML(SoNode *node, std::string const &exportFilePath)