Forum Replies Created
-
AuthorPosts
-
zjbcoolCustomer
Hi,
Thankyou,Yuri.I did it.It’s usefull for binding event dynamically.zjbcoolCustomerAlthough I implement is with code,But I’m curious how to do it with puzzle.
The code like thisapp.ExternalInterface.bindClickToAnnotation = function (list) { for (var i = 0; i < list.length; i++) { (function (j) { document.getElementById(list[j]).onclick = function () { var sel = list[j]; }; })(i); } };
zjbcoolCustomer2019-06-12 at 3:28 pm in reply to: Textual version of Soft8Soft's presentation on WebGL performance optimization #15540zjbcoolCustomerzjbcoolCustomerThankyou Yuri,That’s what I need.
zjbcoolCustomerIt is in scene tap. :)
zjbcoolCustomer作为一个中国用户,非常感谢@illussimo提出的建议,我有同样的建议,我希望旧的论坛的帖子能够合并到新论坛,不知道技术上是不是可以实现。
使用谷歌翻译我们在这里沟通没有问题zjbcoolCustomerHi elk.
It’s working now.Perfect!zjbcoolCustomer@elk Thanks for your advice, I will try.
zjbcoolCustomerAs far as I know,It is only by code.
do you have a video file like sintel.mp4?You should place ‘sintel.mp4’ with your own video file in the .html.
And here is an example file, hope to help you. -
AuthorPosts