-
Man, I'll just leave this here...
```
/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/match-iterator.js:15
Hide Stack Trace
SyntaxError: Invalid regular …
-
I've just started with SharpNav and hit either a misconfiguration or issue.
I've got a 2D map consisting of 2400+ triangles after conversion to SharpNav. The bounding area for it is { Min : (-100, -1…
-
In the example you retrieve the start point ref like this:
navMeshQuery.FindRandomPoint(ref startRef, ref startPos);
I can find a random point and its ref but I can't simple use a concrete point and …
-
renumberMesh cannot do something I can do as well. Additionally, I have the hypothesis it messes up my face ordering.
-
![snapshot00](https://cloud.githubusercontent.com/assets/2098230/2695890/2a070b7a-c3dc-11e3-87c1-05aa95a39569.png)
```
/*---------------------------------------------------------------------------*\
…
-
![x00](https://cloud.githubusercontent.com/assets/2098230/2694859/af690f96-c3ca-11e3-80dc-8049b6bae141.png)
```
/*---------------------------------------------------------------------------*\
| =====…
-
in cpp/test/example.C if instead of generating random points data is read from a file than it is giving segmentation fault.
Problem seems to be in Subspan.C void Subspan::append_column() where SEB_ASS…
-
The program has trouble with these coordinats:
```
(2.35114,3.23607,5)
(1.17557,2.35781,5)
(2.35114,3.23607,6)
(1.17557,2.35781,6)
```
Helper().MakeConvex should fix these to a convex order.
This …
-
Seems like I'm finally starting to experiment with something that I've been thinking for a long time.
**The problem**
The current `Geometry` structure is, albeit user-friendly, convoluted and unperf…