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 3 additions and 0 deletions
Showing only changes of commit 7c2b82732f - Show all commits

View File

@ -7,6 +7,8 @@ import {
CircleGeometry, MeshBasicMaterial, CircleGeometry, MeshBasicMaterial,
Quaternion, Quaternion,
RingGeometry, RingGeometry,
MultiplyBlending,
AdditiveBlending,
} from 'three'; } from 'three';
import { useTresContext, useSeek, useTexture, useLoop } from '@tresjs/core'; import { useTresContext, useSeek, useTexture, useLoop } from '@tresjs/core';
@ -196,6 +198,7 @@ const loadModels = async () => {
color: new Color(envVars.clear_color), color: new Color(envVars.clear_color),
map: pointerTexture.map, map: pointerTexture.map,
transparent: true, transparent: true,
blending: AdditiveBlending
}) })
) )
point_mesh.rotateX(-0.5 * Math.PI) point_mesh.rotateX(-0.5 * Math.PI)