240 发简信
IP属地:江苏
  • Resize,w 360,h 240
    three.js - Raging-sea

    We're going to create raging sea only by using shaders Set up Replace th...

  • Resize,w 360,h 240
    three.js - Shaders

    What is a shader?Program written in GLSLSent to the GPUPosition each ver...

  • Resize,w 360,h 240
    three.js - Realistic Render

    添加物体和灯光 Load the model, increase its scale, rotate it Load the environme...

    0.2 85 0 4
  • Resize,w 360,h 240
    three.js - Environment Map

    Environment Mapas a backgroundas reflectionas lighting Set up Model添加mod...

  • Resize,w 360,h 240
    three.js - Raycaster and Mouse Events

    A raycaster[https://threejs.org/docs/index.html?q=ray#api/zh/core/Raycas...

    0.2 38 0 1
  • Resize,w 360,h 240
    three.js - Import Models

    Formats - many 3D models formats, each one responding a problem Popular ...

  • Resize,w 360,h 240
    three.js - Physics

    We are going to use three.js to achieve physics effects, likes bounce、fr...

  • Resize,w 360,h 240
    three.js - Scroll Based Animation

    how to use three.js as a background of a classic HTML page make the came...

  • Resize,w 360,h 240
    three.js - Galaxy Generator

    这篇笔记的最终实现目标,是创建一个星系,如下图: Set up Create a generateGalaxy function and cal...