yuboona / 3Dviewer

This is a 3Dviewer for files like .obj .mtl
0 stars 0 forks source link

about sourcefiles #1

Closed jiangyanjavawin closed 4 years ago

jiangyanjavawin commented 4 years ago

hello,First thanks for your code,i have some question want to ask you.I want to change the canvas's sourcefiles through the js,here is my code: function Onchange(){ var canvas = document.getElementById ('fullscreen'); canvas.sourcefiles = "testfiles/prim.off"; } but the 3ds can't show on the Browser,the error is Conversion failed,Do you know how to fix it,please let me know,thank you very much.

yuboona commented 4 years ago

@jiangyanjavawin Hello! I don't get you about your changing canvas' sourcefiles. What are you tring to modifiy? In fact, this is a repo just wrapped the Online 3D Viewer. My repo mainly focuses on using electron to make it a App liked thing.

Where have you changed for your own purpose? Be more detailed, so maybe I can try to help.

jiangyanjavawin commented 4 years ago

您好,我觉得的您应该是中国人,咱们还是用中文交流吧。首先感谢您能在短时间内给我回信,非常感谢,我的问题可能表述的不是很清楚,我要做的是在web端显示off格式的三维模型,online 3D viewer可以,需要在canvas的sourcefiles属性中直接赋值,可以正常显示,而我需要做的是这个sourcefile属性的值是动态获取的,比如通过点击某一张图片根据图片的名称找到对应的off进行显示,我曾试图通过js方法动态给canvas的sourcefile属性赋值,就像github的问题描述中展示的,奇怪的是可以正常赋值,但是web端无法显示正常的off模型,而是显示转换失败的字样,我在github看到您也用到这个项目的一部分,所以想请教您一下,请问您有什么解决方案吗。如果有打扰到您,真的非常抱歉。祝您生活愉快。

------------------ 原始邮件 ------------------ 发件人: "张大力"<notifications@github.com>; 发送时间: 2020年6月8日(星期一) 晚上11:21 收件人: "yuboona/3Dviewer"<3Dviewer@noreply.github.com>; 抄送: "飞天小魔杖"<1164403787@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [yuboona/3Dviewer] about sourcefiles (#1)

Hello! I don't get you about your changing canvas' sourcefiles. What are you tring to modifiy? In fact, this is a repo just wrapped the Online 3D Viewer. My repo mainly focuses on using electron to make it a App liked thing.

Where have you changed for your own purpose? Be more detailed, so maybe I can try to help.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

yuboona commented 4 years ago

@jiangyanjavawin 你好,我觉得你应该是想只使用这个online 3D viewer的模型渲染的部分,而文件选择的部分是希望使用自己的一套触发方式。如果是这样的一个问题,我应该是帮不上忙,这个问题主要是涉及online 3D viewer这个项目本身事件机制的问题。

我看了一下你向online 3D viewer作者的提问,我觉得你可以在向原作者描述问题的时候,更关注描述能不能只使用其中的渲染的核心功能,强调希望使用自己的一套文件选择方法这件事

jiangyanjavawin commented 4 years ago

您好,您所说的就是我要做的,我还听取您的建议,重新组织一下语言,让我的表述更加明确,感谢您的提议。

------------------ 原始邮件 ------------------ 发件人: "张大力"<notifications@github.com>; 发送时间: 2020年6月9日(星期二) 上午10:15 收件人: "yuboona/3Dviewer"<3Dviewer@noreply.github.com>; 抄送: "飞天小魔杖"<1164403787@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [yuboona/3Dviewer] about sourcefiles (#1)

@jiangyanjavawin 你好,我觉得你应该是想只使用这个online 3D viewer的模型渲染的部分,而文件选择的部分是希望使用自己的一套触发方式。如果是这样的一个问题,我应该是帮不上忙,这个问题主要是涉及online 3D viewer这个项目本身事件机制的问题。

我看了一下你向online 3D viewer作者的提问,我觉得你可以在向原作者描述问题的时候,更关注描述能不能只使用其中的渲染的核心功能,强调希望使用自己的一套文件选择方法这件事

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.