sky and water domes using shaders

This commit is contained in:
2020-08-29 14:34:21 +02:00
parent e8e679a442
commit 654fd08863
8 changed files with 150 additions and 40 deletions
@@ -1,6 +1,6 @@
<template>
<mesh
name="Plane"
name="Ground"
:position="position"
:rotation="{
x:deg2rad(rotation.x),
@@ -19,7 +19,7 @@ import mixins from 'components/mixins'
import * as THREE from 'three'
export default {
name: 'Plan',
name: 'Ground',
mixins: [mixins],
props: {
size: Object,