Skip to content

KouOuchi/RhinoToOgre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RhinoToOgre

RhinoToOgre is a data converter and Rhinoceros5 Plug-in. RhinoToOgre can convert Brep,Surface and Mesh from Rhinoceros5 to Ogre3D.

Screenshot

Screenshot

Dependencies

  • Ogre3D 2.1 or higher.
  • RhinoCommon
  • Visual Studio 2015
  • Dot.Net 4.6.2(I guess any .Net4 version is acceptable.)

How To Build

  • copy "RhinoCommon.dll" to "RhinoToOgre/lib/x64"
  • Configure "OGRE_HOME" environment variable to the folder of Ogre3D SDK
  • Open "RhinoToOgre.sln" with Visual Studio 2015
  • Build

How To Run

  • Add "RhinoToOgre.rhp" into Rhinoceros in PluginManager.
  • Load "RhinoToOgre.rhp"
  • Run "RhinoToOgre" command in Rhinoceros5 Command Window
  • Select Brep, Surface or Mesh
  • Hit Enter

Development Note

  • RhinoToOgre spawns "ogremeshtool.exe" internally.
  • In Debug, run "%OGRE_HOME%/bin/Debug/ogremeshttol_d.exe". In Release, run "%OGRE_HOME%/bin/Release/ogremeshttol.exe".
  • The argument of ogremeshtool : -v2 -ts 4 -d3d
  • RhinoToOgre creates Ogre Mesh Xml in advance.

Version and History

0.1 * Initial Revision

Licenses and Authors

Related Information

About

Convert Surface/Brep/Mesh to Ogre3D V2 Mesh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages