History: Mogre Procedural Geometry Library
Source of version: 1 (current)
Copy to clipboard
{DIV(class="clearRight")}{img fileId="1982" align="right" thumb="y" rel="box[g]" width="300" desc="click to enlarge" stylebox="border"}
{DIV}
{DIV(class="clearRight")}{img fileId="1983" align="right" thumb="y" rel="box[g]" width="300" desc="click to enlarge" stylebox="border"}{DIV}
Mogre Procedural Geometry Library is a C# port of the ((Ogre Procedural Geometry Library)).
By use of this it's easy to create 3D objects.
Author of the C# port: andyhebear1
First release: December 2013
!!Features
Existing features:
* Primitives : Box, RoundedBox, Plane, Sphere, IcoSphere, Cylinder, Tube, Capsule, Cone, Torus and Torus knot
* Extrusion
* Lathe
* Triangulation
* Smooth splines by [http://en.wikipedia.org/wiki/B%C3%A9zier_curve|Bézier Curves] (also usable for extrusion)
* Constructive solid geometry in 2D
!!Source Code
You'll get it in the [https://code.google.com/p/mogre-procedural|repository].
!!Usage Examples
__TODO__
The syntax should be similar to the C++ code examples on ((Ogre Procedural Geometry Library|this wiki page)).
!!Links
* [https://code.google.com/p/mogre-procedural|Repository]
* [http://www.ogre3d.org/addonforums/viewtopic.php?f=8&t=30124|Forum topic] - for questions etc.
* ((ManualObject)) - by this Ogre/Mogre class you can create custom 3D objects by code
* ((Create Tetrahedron with MOGRE)) - an example how to create objects by ManualObject