From 8d4dc40ee5a739399f34ca4a288d0d41d51a9d07 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Wed, 14 Oct 2020 21:38:36 +0200 Subject: [PATCH] wip --- src/materials/CubeTexture.js | 1 + 1 file changed, 1 insertion(+) 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() {