Commit 26175546 authored by bitplane's avatar bitplane

fixed ascii art in aabbox3d::getEdges, found by Vitek

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@699 dfc29bdd-3216-0410-991c-e03cc46cb475
parent dd521526
...@@ -223,14 +223,14 @@ class aabbox3d ...@@ -223,14 +223,14 @@ class aabbox3d
/* /*
Edges are stored in this way: Edges are stored in this way:
Hey, am I an ascii artist, or what? :) niko. Hey, am I an ascii artist, or what? :) niko.
/4--------/0 /3--------/7
/ | / | / | / |
/ | / | / | / |
6---------2 | 1---------5 |
| 5- - -| -1 | 2- - -| -6
| / | / | / | /
|/ | / |/ | /
7---------3/ 0---------4/
*/ */
edges[0].set(middle.X + diag.X, middle.Y + diag.Y, middle.Z + diag.Z); edges[0].set(middle.X + diag.X, middle.Y + diag.Y, middle.Z + diag.Z);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment