Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolved variable or type glowMesh #5

Open
TsukioAkira opened this issue Jun 20, 2016 · 4 comments
Open

Unresolved variable or type glowMesh #5

TsukioAkira opened this issue Jun 20, 2016 · 4 comments

Comments

@TsukioAkira
Copy link

how can i fix this i have all the scripts included in my header and still get this message why?

<script type="text/javascript" src="Js/Detector.js"></script>
<script type="text/javascript" src="Js/jquery.min.js"></script>
<script type="text/javascript" src="Js/dat.gui.min.js"></script>
<script type="text/javascript" src="Js/three.min.js"></script>
<script type="text/javascript" src="Js/leap.min.js"></script>
<script type="text/javascript" src="Js/threex.planets.js"></script>
<script type="text/javascript" src="Js/threex.atmospheredatgui.js"></script>
<script type="text/javascript" src="Js/threex.atmospherematerial.js"></script>
<script type="text/javascript" src="Js/threex.dilategeometry.js"></script>
<script type="text/javascript" src="Js/threex.geometricglowmesh.js"></script>
<script type="text/javascript" src="Js/package.require.js"></script>
<script type="text/javascript" src="LeapCameraControls.js"></script>
<script type="text/javascript" src="LeapObjectControls.js"></script>
@jeromeetienne
Copy link
Owner

do you have the same error when you try the examples/ ?

@TsukioAkira
Copy link
Author

i haven't tried yet because I tried out to get a glow around my earth but got this error while coding hehehe

@TsukioAkira
Copy link
Author

TsukioAkira commented Jun 20, 2016

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

@w9914420
Copy link

@TsukioAkira did you manage to resolve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants