com.gempukku.libgdx.graph.plugin.lighting3d.Lighting3DPublicData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libgdx-graph Show documentation
Show all versions of libgdx-graph Show documentation
libGDX-graph runtime library for pipeline rendering
The newest version!
package com.gempukku.libgdx.graph.plugin.lighting3d;
public interface Lighting3DPublicData {
void setEnvironment(String id, Lighting3DEnvironment environment);
Lighting3DEnvironment getEnvironment(String id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy