Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

非常棒的项目 但是能否添加一些更加详细的文档 #4

Closed
yinxulai opened this issue Aug 5, 2017 · 5 comments
Closed

Comments

@yinxulai
Copy link

yinxulai commented Aug 5, 2017

非常喜欢这个项目 我从v-
three-module看到了这里,它是一个很完美的模型展示插件,能够非常简单的在vue页面中构建并显示一个模型,但是,你这个是一个自由度更高的,更棒的插件,希望能够保持更新,我很愿意在项目中使用并向朋友推荐这个插件!!对于一个设计师而言,我缺乏一些文档,虽然我能够基本的使用它,但我希望能够用到的更多,非常感谢 :D

@fritx
Copy link
Owner

fritx commented Aug 6, 2017

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

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

@yinxulai yinxulai closed this as completed Aug 6, 2017
@fritx
Copy link
Owner

fritx commented Aug 6, 2017

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

@yinxulai
Copy link
Author

yinxulai commented Aug 7, 2017

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

@yinxulai yinxulai reopened this Aug 7, 2017
@yinxulai
Copy link
Author

yinxulai commented Aug 7, 2017

同时我希望在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>

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

@fritx
Copy link
Owner

fritx commented Aug 7, 2017

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

@yinxulai yinxulai closed this as completed Aug 8, 2017
@yinxulai yinxulai reopened this Aug 8, 2017
@yinxulai yinxulai closed this as completed Aug 8, 2017
@fritx fritx added the need docs label Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants