Сообщения, созданные пользователем Will Welker
18 июля 2017 19:49
17 июля 2017 09:17
In the past, I have found that using JS files from example projects can cause a problem. When B4W updates their SDK, they also update the example projects. This can leave you with outdated JavaScript. I am getting a variety of errors that make me think this could be the problem. The solution would be to get the new Petigor example files. The Update Modules function is finding a few things to update but there are still errors.
17 июля 2017 08:57
17 июля 2017 07:52
It runs but I am getting this error that repeats continually.
Hard to tell what is causing it. Mean anything to you?
I have wanted to do a project like this for a long time but I never had the time. It looks like a fun project to learn from. Feel free to email me, maybe I can help you work the bugs out. wwelker@gmail.com
Hard to tell what is causing it. Mean anything to you?
I have wanted to do a project like this for a long time but I never had the time. It looks like a fun project to learn from. Feel free to email me, maybe I can help you work the bugs out. wwelker@gmail.com
16 июля 2017 18:31
16 июля 2017 14:55
17.06.1 is a Pro only stability update. Forgot about that.
Have you looked at the FPS module API?
Specifically the enable_fps_controls().
This is the method used in the FPS example project. It has a bunch of options. VR ready to.
Have you looked at the FPS module API?
Specifically the enable_fps_controls().
This is the method used in the FPS example project. It has a bunch of options. VR ready to.
16 июля 2017 06:06
For this I think learning about cross-window communication will help you. An iframe is a whole separate window.
Take a look at this.
Take a look at this.
16 июля 2017 04:33
15 июля 2017 02:22
I could just have 5 or 10 spheres behind the camera.I was just reading the documentation Ivan linked. You can have just one simple plane object with all of your materials on it to use as a library in your scene.
You can then use the Inherit Material node to pull materials from it.