bx-1379-redesign #15

Merged
ksenia_mikhailova merged 124 commits from bx-1379-redesign into dev 2024-09-06 15:39:13 +03:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 145164586e - Show all commits

View File

@ -8,6 +8,7 @@ import {
Quaternion, AdditiveBlending, Quaternion, AdditiveBlending,
Euler, Euler,
SRGBColorSpace, SRGBColorSpace,
RingGeometry,
} from 'three'; } from 'three';
import { useTresContext, useSeek, useTexture, useLoop } from '@tresjs/core'; import { useTresContext, useSeek, useTexture, useLoop } from '@tresjs/core';
@ -179,7 +180,7 @@ const loadModels = async () => {
const p = raw_dataStore.data.min_distance * 0.05 const p = raw_dataStore.data.min_distance * 0.05
const point_mesh = new Mesh( const point_mesh = new Mesh(
new CircleGeometry(0.5 * (index + 1), 32), new RingGeometry(0.25, 0.5, 32),
new MeshBasicMaterial({ new MeshBasicMaterial({
color: new Color('#fff'), color: new Color('#fff'),
// map: pointerTexture.map, // map: pointerTexture.map,