diff --git a/src/materials/CubeTexture.js b/src/materials/CubeTexture.js index e1ba9bb..678a4b2 100644 --- a/src/materials/CubeTexture.js +++ b/src/materials/CubeTexture.js @@ -15,6 +15,7 @@ export default { onError: Function, id: { type: String, default: 'envMap' }, refraction: Boolean, + // todo: remove ? refractionRatio: { type: Number, default: 0.98 }, }, created() {