List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.akjava.gwt.three.client.js.extras.FontUtils.java
/** * i don't know how to use this. * @author aki * */ public class FontUtils extends JavaScriptObject {
From source file com.akjava.gwt.three.client.js.extras.helpers.VertexTangentsHelper.java
public class VertexTangentsHelper extends JavaScriptObject { protected VertexTangentsHelper() { } public final native Object3D getObject()/*-{ return this.object;
From source file com.akjava.gwt.three.client.js.extras.renderers.plugins.DepthPassPlugin.java
public class DepthPassPlugin extends JavaScriptObject { protected DepthPassPlugin() { } public final native boolean isEnabled()/*-{ return this.enabled;
From source file com.akjava.gwt.three.client.js.extras.renderers.plugins.LensFlarePlugin.java
public class LensFlarePlugin extends JavaScriptObject { protected LensFlarePlugin() { } public final native void init(JavaScriptObject renderer)/*-{ this.init(renderer);
From source file com.akjava.gwt.three.client.js.extras.renderers.plugins.ShadowMapPlugin.java
public class ShadowMapPlugin extends JavaScriptObject { protected ShadowMapPlugin() { } public final native void init(JavaScriptObject renderer)/*-{ this.init(renderer);
From source file com.akjava.gwt.three.client.js.extras.renderers.plugins.SpritePlugin.java
public class SpritePlugin extends JavaScriptObject { protected SpritePlugin() { } public final native void init(JavaScriptObject renderer)/*-{ this.init(renderer);
From source file com.akjava.gwt.three.client.js.loaders.BinaryTextureLoader.java
/**
* Manager not supported.(i have no idea yet)
* not tested
* @author aki
*
*/
From source file com.akjava.gwt.three.client.js.loaders.BufferGeometryLoader.java
/**
* Manager not supported.(i have no idea yet)
* not tested
* @author aki
*
*/
From source file com.akjava.gwt.three.client.js.loaders.Cache.java
public class Cache extends JavaScriptObject { protected Cache() { } public final native JavaScriptObject getFiles()/*-{ return this.files;
From source file com.akjava.gwt.three.client.js.loaders.CompressedTextureLoader.java
public class CompressedTextureLoader extends JavaScriptObject { protected CompressedTextureLoader() { } public final native void load(String url, CompressedTextureLoadHandler handler)/*-{ this.load(url,function ( texture ) {