Steve Gifford
Steve Gifford
That would be fun. Realistically, it's something a client would pay for though.
What're the parameters for those labels? In particular, is there a shadow?
Could be the texture atlas bleeding through.
This ever turn up again?
I actually know what this is now. It's caused by neighboring glyphs in the texture atlas. It shouldn't appear again, but if it does we can just add a bigger...
Cool ideas. I think, to achieve this sort of thing, I'd implement a new motion model. Right now a point on the screen ties directly to a point on the...
Keeping north up with the current motion model results in some squirrelyness around the poles. It moves really fast when you're up north or down south.
You can ask a VectorObject to subdivide along a great circle. That will get you the right shape, but not the elevation. For a great circle with elevation in the...
What I meant was that he'd have to look at how ShapeRectangle and ShapeSphere were exposed via JNI and follow that pattern.
Can you zoom in? I did put some logic in there to at least allow that, I think.