![JAR search and dependency download from the Maven repository](/logo.png)
org.treblereel.gwt.three4g.textures.UpdateCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of three4g Show documentation
Show all versions of three4g Show documentation
Three.js JsInterop based library for GWT
The newest version!
package org.treblereel.gwt.three4g.textures;
import jsinterop.annotations.JsFunction;
/**
* @author Dmitrii Tikhomirov
* Created by treblereel on 3/9/18.
*/
@JsFunction
@FunctionalInterface
public interface UpdateCallback {
void onUpdate(Texture texture);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy