Skip to content

Gloss not working on android #84

@codeservice

Description

@codeservice

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions