Chris Cook
Chris Cook
Sad this isn't supported. It'd be really nice to be able to use standard Node features in apps even when running through pm2.
> I couldn’t get the plugin to call /api/v1/query instead of /superset/explore_json/. Any pointers? I'm facing the same issue, unable to use the new API and therefore unable to develop...
Great work. Yes, projection matrices are what we will need for that. A projection matrix for 3>2 might look like this: `(x',y') = (x/z, y/z)` So, what we need to...
Yeah, that looks right. Well, it is a 2D projection of a 3D projection of a 4D cube.
Yep. I just committed an initial idea for how to implement matrices, but not anywhere near complete.
That would be great. There's quite a lot there.
Translucency is pretty complex in simple engines like webGL, you can look it up but it might be difficult.
Nice work with your code, it looks good!
Looks good! Check out my new example and see if you can extend it. :)
1. It is indeed. We picked that without much consideration (being larger than 99% of use cases will need), but I can see a better format which would work for...