Форум

Сообщения, созданные пользователем dallas3d
31 января 2020 01:04
Hello,

Having paid for a PRO license, I'd recently submitted an email request for assistance but have yet to receive a response. I need this assistance before I can continue with my project. Can you please advise? Thank you.
08 января 2020 22:25
Hello and thanks in advance!

I've been away from B4W for awhile and have found that canvas_data_url doesn't work the way it used to. What code would I use to save screenshots for server side with the current version?
08 января 2020 22:20
Thanks. In this case I do have a separate post-load callback that I need to run for each line, so I'd need an example of how to incorporate that as well.
24 декабря 2019 07:29
I found something that seems to be working so far. Posting here in case anyone else needs this, or if someone can suggest a better approach:

function load_wait() {
				var done_yet = m_data.is_idle()
				if(done_yet) {
					clearTimeout(t);
					***code to run after completion of load goes here***;
				} else {
					var t = setTimeout(load_wait, 1000);
				}
			}
24 декабря 2019 01:05
Hello!

I have created a project where sets of scenes can be loaded or saved together, and there are parent/child relationships that need to be set across those scenes.

My problem is that when I reload a set of scenes, apparently sometimes the child gets loaded before the parent and I get an 'object not found' error as a result.

Is there a way I can force scenes to load sequentially so that the parent scene loads before the child scene?

Thanks!
20 ноября 2019 22:25
I am having a problem with the Chrome desktop browser and Target camera behavior.

I have a couple objects in my project that I resize via morphing on numeric input. When working in Firefox the view remains the same, but if I do my morphs in Chrome the camera will randomly rotate to a new orientation. I'm assuming this is a bug, so I've posted here.

Thanks!
09 января 2017 07:38
OK, I'll poke around at this and see what happens. I'll have a followup question once I get this puzzled out.
07 января 2017 05:20
Taking my first try at modifying a scene to view thru Oculus Rift, I added what I think is the necessary code; however while I see a stereo image in the resulting app on my browser, when I try to view the scene thru my Rift I get a frozen hourglass, blackness, sometimes a broken image, or I get kicked back to the starting VR room. Any idea what I've done wrong?
07 января 2017 05:11
Any ideas? Is it possible I need code beyond that to enable HMD?
06 января 2017 06:06
Taking my first try at modifying a scene to view thru Oculus Rift, I added what I think is the necessary code; however while I see a stereo image in the resulting app on my browser, when I try to view the scene thru my Rift I get a frozen hourglass, blackness, sometimes a broken image, or I get kicked back to the starting VR room. Any idea what I've done wrong?