-
PVector has the potential to be a very useful part of the Processing core. Sadly, anyone working with computational geometry using Toxiclibs, Hemesh, iGeo or my own Modelbuilder will have noticed that…
-
Hi @SimonDanisch , this is a follow up from yesterday's Discourse post where we shared that it would be nice to have an interface for general meshes, from simple Julia arrays (treated as regular meshe…
-
Hello!
Your library/framework is obviously amazing. I believe you are accidentally not exporting the `controls` folder right now with your NPM package.
It means that actually the only way to ac…
-
I was drafting the paper and thought that it would be good to have a comparison for the talus cylinder fitting. @renaultJB do you think the Parr's algorithm is implementable? I am concerned it wouldn'…
-
@renaultJB I think the convex hull method is promising.
A couple of things to keep in mind:
1. The typical geometries of the foot used as body segment is like this one:
![image](https://user-ima…
-
Hello, is anyone working on this? Or can point me to something I can use that works well with ogl? (great library btw! I stopped writing my own because yours is so well written!)
I have found this:…
arifd updated
4 years ago
-
If you are interested in helping with the documentation please direct your efforts here. This issue will manage and coordinate the various efforts. If you are interested in helping out with something …
-
how to use Spatial Data types (e.g. DbGeography) in model (code-first method) to save points, shapes etc.
e.g.
public DbGeography gps_points {get; set;}
i'm unable to use "DbGeography".
-
Like in title. Why Documentation is not updated??
one example:
in documentation we have:
Animation(root, name)
root -- The mesh to animate.
name -- The name of the animation
in code we have
THREE.A…
-
There are some old compilations of Three.js from a definitely typed type definitions, but three now has its own type definitions. I tried to compile these but immediately hit an error:
```
Transpili…