Giter VIP home page Giter VIP logo

threejsworks's Introduction

threejsWorks

threejs官方群代码托管仓库

  • 群成员的有关web3D的工具类或作品都可以提交到这里
  • 每个人建一个文件夹,名字可以用你群里的name
  • 请写清楚类库的使用方式,以便他人学习与使用
  • 若使用他人的类库与作品,请注明作者并在群里声明

目录

作品与类库

yanjixian

  • chemistLab

    • 简介
      用threejs开发的化学虚拟实验室,成品展示
      注: 由于是我单独开发的实验性作品,还很不成熟,大家将就的看吧。
    • 操作方法
      • 点击器材中的烧杯桌面上生成烧杯
      • 点击药品中的盐酸,生成盐酸瓶,拖动盐酸瓶接触烧杯,发生倾倒事件
      • 垂直拖动烧杯中的白色平面,设置水面高度,之后倾倒开始
      • 还有更多的操作自己探索吧!
  • drags

    • 简介
      用于threejs的与物体交互的插件类,可以实现用鼠标平移、旋转物体。
    • 使用方法
      • 只用3行代码:
        var drags = new Drags();
        drags.init({scene: scene, camera:camera, canvas:container, canvasWidth:window.innerWidth ,canvasHeight: window.innerHeight});
        drags.add(obj);
      • 就可以实现obj的鼠标左键水平移动,右键垂直移动,按住shift绕y轴旋转

yanhaijing

threejsworks's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.