Giter Site home page Giter Site logo

Comments (5)

yinxulai avatar yinxulai commented on May 20, 2024 1

非常愿意贡献一些模型或者代码,如果可以的话,只是我并不是很了解three, 但我仍会关注这个项目, 直到有机会!

from vue-threejs.

fritx avatar fritx commented on May 20, 2024 1

哦,通过事件也可以,那就触发事件出来,可以免去定义props。

from vue-threejs.

fritx avatar fritx commented on May 20, 2024

@Axulai nice 感谢 :D 这里确实一直缺少一个文档,
尤其是像vue、vue-3d-model那种带代码片段的文档。

我会尽快提供文档,目前可能只能参考examples和组件里的逻辑来使用了。

from vue-threejs.

fritx avatar fritx commented on May 20, 2024

@Axulai 十分欢迎射鸡湿同胞贡献代码和模型 xD

from vue-threejs.

yinxulai avatar yinxulai commented on May 20, 2024

同时我希望在three执行render或其他阶段,能够挂载一个外部方法,同时把当前对象传过去,类似于通过生命周期的方式向外部提供方法,而不是现在的属性式

<renderer :create=“fun“   :render_before="fun" :render_after="fun" >
    <scene  :create=“fun“   :render_before="fun" :render_after="fun">
      <camera :create=“fun“  :render_before="fun" :render_after="fun" ></camera>
      <object3d :create=“fun“  :render_before="fun" :render_after="fun" ></object3d>
    </scene>
  </renderer>

类似这样 我可以在任何阶段 去对模型或动画进行一些改变

from vue-threejs.

Related Issues (20)

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.