-
Hey there,
what you think, is there actually a performant way to have collisions with a heightfield aka terrain? Would you implement that with the convex hull thingy? What if that terrain has 20-40k…
b333n updated
10 years ago
-
I have been studying different ways to handle fast moving physics bodies and I noticed that there is a widely adopted practice to use a quick ray cast to check for hits between frames.
As an example…
-
@mrdoob ,
This was brought up on the now-closed ray-box issue, so I moved it here per mrdoob's request:
I know three.js has a ray-sphere intersect test, but could you add where it returns the point a…
-
As soon as light gets out of screen it is being culled, which results in terrible looking snapping. It doesn't happen on X axis though. On X axis light goes off the screen, you can still see it, on Y …
-
**Original reporter**: _[prjemian](https://github.com/prjemian)_
This relates to tickets #41 and #45. These two classes are almost identical.
Posted this message to the full NIAC:
```
> NXguide an…
-
Originally on 2011-11-03
authors should be written like foo, bar and baz rather than foo, bar, baz
major because users keep complaining about it
jrbl updated
10 years ago
-
I tried setting the velocity of a CCPhysicsBody to a high value and I noticed that the body goes through other bodies without triggering a collision.
Is this the expected behavior?
If so, is there …
-
bc.. Currently:
> > > x = Symbol('x', finite=True)
> > > oo + x
> > > oo + x
This should just return oo.
p. Original issue for "#4122":https://github.com/sympy/sympy/issues/4122: "http://code.googl…
-
Error: Collision in tilemaps doesn't work in dev branch.
In examples ("sci fly.js" and "fill tiles.js") if you try to scroll the tilemap then the tilemap is scrolling but it seems like it's collision…
-
OK, big project here that I will be working on. My worry is that it will make the code less "computer science sexy" and will make Bill want to rip his hair out. So let me explain...
As the GRIFFIN de…