All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.treblereel.gwt.three4g.textures.DataTexture3D Maven / Gradle / Ivy

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