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

Gloss not working on android #84

Open
codeservice opened this issue Nov 2, 2016 · 0 comments
Open

Gloss not working on android #84

codeservice opened this issue Nov 2, 2016 · 0 comments

Comments

@codeservice
Copy link

Included below code not working on android 6 nexus 7. (checked Basic_Load3DS.hx, cpp target)
Texture looking like black and white spots. Windows and Mac works.

		var material:TextureMaterial = cast(event.asset, TextureMaterial);
		material.lightPicker = _lightPicker;
		material.gloss = 30;
		material.specular = 1;
		material.ambientColor = 0x303040;
		material.ambient = 1;
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

1 participant