Open TsukioAkira opened 8 years ago
do you have the same error when you try the examples/ ?
i haven't tried yet because I tried out to get a glow around my earth but got this error while coding hehehe
i have this code right now
var Atmosphere = new THREEx.GeometricGlowMesh(earthMesh);
earthMesh.add(glowMesh.object3d);
var outsideUniforms = glowMesh.insideMesh.material.uniforms;
outsideUniforms.glowColor.value.set('babyblue');
this should be correct but i get the unresolved error at the glowMesh
@TsukioAkira did you manage to resolve this issue?
how can i fix this i have all the scripts included in my header and still get this message why?