xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.14k stars 264 forks source link

xeogl.DepthBuf where? why? #190

Closed shinseed closed 7 years ago

shinseed commented 7 years ago

image image

xeolabs commented 7 years ago

Yes I removed nodes that manage certain WebGL state from the API, where that state will be controlled internally by xeogl for future effects like order-independent transparency etc. Allowing that state to be controlled through the API, in addition to xeogl controlling it internally, would make those future extensions too hard to implement. Sorry if this in causes confusion!