예제 #1
0
    render () {

        this.renderer.render();

    }
예제 #2
0
    update (x, y) {

        this.renderer.update(x, y);

    }