|
@@ -263,6 +263,24 @@ THREE.WebGLRenderer = function ( parameters ) {
|
|
|
|
|
|
};
|
|
|
|
|
|
+ this.supportsFloatTextures = function () {
|
|
|
+
|
|
|
+ return _glExtensionTextureFloat;
|
|
|
+
|
|
|
+ };
|
|
|
+
|
|
|
+ this.supportsStandardDerivatives = function () {
|
|
|
+
|
|
|
+ return _glExtensionStandardDerivatives;
|
|
|
+
|
|
|
+ };
|
|
|
+
|
|
|
+ this.supportsCompressedTextureS3TC = function () {
|
|
|
+
|
|
|
+ return _glExtensionCompressedTextureS3TC;
|
|
|
+
|
|
|
+ };
|
|
|
+
|
|
|
this.getMaxAnisotropy = function () {
|
|
|
|
|
|
return _maxAnisotropy;
|