elliotwoods / ofxRulr

An application and high level framework for calibrating spaces with devices. Built on openFrameworks
134 stars 15 forks source link

Improvement : Summary depth buffer #119

Open elliotwoods opened 8 years ago

elliotwoods commented 8 years ago

Reduce near clip Probably reduce far clip Increase depth buffer resolution

elliotwoods commented 8 years ago

it seems the problem isn't the depth buffer resolution, but the read-back function resolution (e.g. use float rather than ushort)

clipping is fixed now