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