xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Linear filtering of float textures #146

Closed stlemme closed 8 years ago

stlemme commented 9 years ago

Using float textures requires the OES_texture_float extension, which is requested by XML3D. Utilizing other filtering than nearest (i.e. linear) though, requires the OES_texture_float_linear extension, which XML3D does not request yet.