Slashdot Mirror


User: Monkeys+Are+Fun

Monkeys+Are+Fun's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Pneumatic tube systems aren't dead on The Dead Media Project · · Score: 1

    Here in Ohio, the Meijer's (grocery/other stuff)have them going into the "overlord booth", I mean, uh, office... (WHY do they stick them to the underside of the roof? -- it's terribly eery) I don't think I've ever seen the tubes used tho...

  2. Re:Hopefully not there! on ATI Announces Next Generation 3D Technology · · Score: 1

    There is a feedback method under OpenGL... For picking object you render your image (passing in named objects) and as they intersect your mouse position, you get back a list (depth sorted) of things your mouse "hit". That being said, it's quite slow (fine for an editor, bad for a game).