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

相關文章
相關標籤/搜索