From 93e9afc4730385b78cbb2ba18bb4187a237254a4 Mon Sep 17 00:00:00 2001 From: Leonid Medovyy Date: Sun, 15 Dec 2019 21:39:59 -0800 Subject: [PATCH] updated features --- .idea/workspace.xml | 9 ++++----- frontend/js/feature_cover.vue | 17 ++++++++--------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 580f52e..86edc49 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,7 @@ - - + @@ -225,10 +224,10 @@ - + - + \ No newline at end of file diff --git a/frontend/js/feature_cover.vue b/frontend/js/feature_cover.vue index 202b5c5..9b019d3 100644 --- a/frontend/js/feature_cover.vue +++ b/frontend/js/feature_cover.vue @@ -5,7 +5,6 @@ HemisphericLight(:diffuse="hemispheric_light") Entity(:position="[0, 0, 5]") PointLight(:diffuse="point_light") - HemisphericLight(:diffuse="hemispheric_light") template(v-for="x in squares") template(v-for="y in squares") Box(v-for="z in squares" :position="[x, y, z]" :key="`${x},${y},${z}`") @@ -21,18 +20,18 @@