pointer size
This commit is contained in:
parent
70abfcd406
commit
f6a8db1e73
|
@ -179,10 +179,10 @@ 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(2, 32),
|
new CircleGeometry(0.5, 32),
|
||||||
new MeshBasicMaterial({
|
new MeshBasicMaterial({
|
||||||
color: new Color(envVars.clear_color),
|
color: new Color('#fff'),
|
||||||
map: pointerTexture.map,
|
// map: pointerTexture.map,
|
||||||
transparent: true,
|
transparent: true,
|
||||||
blending: AdditiveBlending
|
blending: AdditiveBlending
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue