html5 canvas(小树姐的牛掰到爆了的做品)

自从小树嫁了个牛逼的前端以后,canvas的境界超过我了!!!

小树demohtml

小编表示:这个境界,这个几何,让我有种跪舔的感受。。。前端

http://www.wow-trend.com/brand/index.shtmlcanvas

这个hover让我完全凌乱了app

<div class="canvasBox">
<canvas width="320" height="198"></canvas>
</div>

这逼格高的网站

    World.prototype.initEngine = function()
    {
        this._container = document.createElement( 'div' );
        this._container.className='canvasBox';
        document.getElementById( this._id ).appendChild( this._container );
        
        //camera
        this._cam = new THREE.PerspectiveCamera( this._fov, this._stageWidth / this._stageHeight, this._near, this._far );
        this._cam.position.z = 241;
        if( !isWebGL )
        {
            this._cam.position.z = 239;
        }
                    
        //scene
        this._scene = new THREE.Scene();
    }
        

我只能一点点抽丝剥茧!!!等我所有抽完,我再对这个写一篇系统的说明,,,最后three.js这个东西看上去确实不错this

-_-//别鄙视我。。。you can you upspa

 

最后放上小树姐的我的网站            www.j--d.comprototype

不是京东!!囧code

相关文章
相关标签/搜索