![JAR search and dependency download from the Maven repository](/logo.png)
org.treblereel.gwt.three4g.textures.DataTexture3D 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 elemental2.core.TypedArray;
import jsinterop.annotations.JsType;
/**
* initial implementation
*
* @author Dmitrii Tikhomirov
* Created by treblereel on 10/9/18.
*/
@JsType(isNative = true, namespace = "DataTexture3D")
public class DataTexture3D extends Texture {
/**
* Used to check whether this or derived classes are DataTexture3D's. Default is true.
*
* You should not change this, as it used internally for optimisation.
*/
public boolean isDataTexture3D;
public DataTexture3D(TypedArray data, float width, float height, float depth) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy