Chris Chudzicki

Results 71 comments of Chris Chudzicki

Thanks for posting this! I am on vacation now but will look at it more closely when I get back later next week. Re atan2 in particular I believe (but...

Thanks for reporting this. Unfortunately, to be honest, I doubt I'll be able to do anything about it any time soon. The orthographic project mode is really hacky because the...

> For that particular example and others like it, a horrible and disgusting workaround would be: > > x² + y² + z² + sqrt(x + y + z) =...

First: thanks for the enthusiasm and for posting some issues! I have thought it would be nice to be able to define functions and variables using javascript in addition to...

@prometeo2008 Sorry for the slow reply. Re: > Is javascript integration something that is implemented right now or will it be implemented in the near future? It is not implemented...

The underlying graphics library that math3d uses is [MathBox](https://github.com/unconed/mathbox). Here's a post by MathBox's creator (Steve Wittens) that summarizes the issue: https://groups.google.com/d/msg/mathbox/Dt8o-zNiAsE/2b8GvzX9BgAJ. Truthfully, though, I'm not really an expert on...

@ysulyma math3d doesn't have anything like that right now, and to be honest, probably won't soon. The learning curve is definitely higher, but one option would be to use the...

> What's happening right now: for each sample point, it calculates the color of that point. When creating the surface, it interpolates the color of the points in order to...

Something like this would be really great. I'm also curious what people have made! Pretty high on my wish list for math3d are things like: 1. user login system to...

Well, it's not pretty, but you can do `cross(a, b)` where `a` and `b` are three-component vectors (e.g., `[1,2,3]`). Math3d definitely needs better docs for this sort of thing (and...