Example usage for com.google.gwt.core.client JavaScriptObject subclass-usage

List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.core.client JavaScriptObject subclass-usage.

Usage

From source file com.akjava.gwt.three.client.examples.js.postprocessing.EffectComposer.java

public class EffectComposer extends JavaScriptObject {
    protected EffectComposer() {
    }

    public final native Object getRenderer()/*-{
                                            return this.renderer;

From source file com.akjava.gwt.three.client.examples.js.postprocessing.FilmPass.java

public class FilmPass extends JavaScriptObject {
    protected FilmPass() {
    }

    public final native Object getUniforms()/*-{
                                            return this.uniforms;

From source file com.akjava.gwt.three.client.examples.js.postprocessing.GlitchPass.java

public class GlitchPass extends JavaScriptObject {
    protected GlitchPass() {
    }

    public final native Uniforms getUniforms()/*-{
                                              return this.uniforms;

From source file com.akjava.gwt.three.client.examples.js.postprocessing.MaskPass.java

public class MaskPass extends JavaScriptObject {
    protected MaskPass() {
    }

    public final native Object getScene()/*-{
                                         return this.scene;

From source file com.akjava.gwt.three.client.examples.js.postprocessing.RenderPass.java

public class RenderPass extends JavaScriptObject {
    protected RenderPass() {
    }

    public final native Object getScene()/*-{
                                         return this.scene;

From source file com.akjava.gwt.three.client.examples.js.postprocessing.ShaderPass.java

public class ShaderPass extends JavaScriptObject {
    protected ShaderPass() {
    }

    public final native Object getTextureID()/*-{
                                             return this.textureID;

From source file com.akjava.gwt.three.client.examples.js.postprocessing.TexturePass.java

public class TexturePass extends JavaScriptObject {
    protected TexturePass() {
    }

    public final native Uniforms getUniforms()/*-{
                                              return this.uniforms;

From source file com.akjava.gwt.three.client.examples.renderers.Projector.java

/**
 * @deprecated
 * on three.js r69 move to example
 * so i dropped support r69's projector  so far,because too much things todo.
 * maybe this tips help you 
 * http://stackoverflow.com/questions/27409074/three-js-converting-3d-position-to-2d-screen-position-r69

From source file com.akjava.gwt.three.client.gwt.core.Intersect.java

/**
 * Result of an intersection.
 */
public class Intersect extends JavaScriptObject {
    protected Intersect() {
    }

From source file com.akjava.gwt.three.client.gwt.extras.Triangulate.java

/**
 * i don't know how to use this.
 * @author aki
 *
 */
public class Triangulate extends JavaScriptObject {