bx-1379-redesign #15
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue