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 point_mesh = new Mesh(
|
||||
new CircleGeometry(2, 32),
|
||||
new CircleGeometry(0.5, 32),
|
||||
new MeshBasicMaterial({
|
||||
color: new Color(envVars.clear_color),
|
||||
map: pointerTexture.map,
|
||||
color: new Color('#fff'),
|
||||
// map: pointerTexture.map,
|
||||
transparent: true,
|
||||
blending: AdditiveBlending
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue