由用户创建的信息 pakirrote
22 November 2016 13:16
Hi guys!!
I'm using chromium Versión 56.0.2902.0 (64-bit) in windows 10 with oculus rift + blend4web 16.10.0
old Question 1:
Is it possible in the webbrowser view the same thing you are seeing through the glasses?.
old Question 2:
Can you see inside the glasses in stereoscopic and in the webbrowser only one camera?.
Thank you.
I'm using chromium Versión 56.0.2902.0 (64-bit) in windows 10 with oculus rift + blend4web 16.10.0
old Question 1:
Is it possible in the webbrowser view the same thing you are seeing through the glasses?.
old Question 2:
Can you see inside the glasses in stereoscopic and in the webbrowser only one camera?.
Thank you.
22 November 2016 13:01
21 November 2016 16:17
Reply to post of user Evgeny RodyginThanks.
Hi!
Of course, this can be done. But this functionality is not really related to Blend4Web itself. The example above also just uses a custom format to remember transformations of particular objects.
Say, you've placed a chair to a position with coordinates: X: 12.5, Y: 10, Z: 0.
When you press the "Save" button you need to get its position with corresponding API and write it to a text file which can be later used to restore the state.
It might look like this:
"Chair: Position: [12.5, 10, 0]"
You can use this information and assign this transformation to the Chair object with this method.
21 November 2016 12:53
19 November 2016 13:54
Hi guys!
Is it possible to save the scene status to a file for later reload?.
Example in three.js:
http://furnishup.github.io/blueprint3d/example/
Thanks.
Is it possible to save the scene status to a file for later reload?.
Example in three.js:
http://furnishup.github.io/blueprint3d/example/
Thanks.
18 November 2016 21:29
14 November 2016 23:24
14 November 2016 14:46
I have solved, my solution:
I created a new test project and I copied and pasted(overwritten) the:
<script type="text/javascript" src="../../src/b4w.js"></script>
<script type="text/javascript" src="…….></script>
<script type="text/javascript" src="…….></script>
<script type="text/javascript" src="…….></script>
<script type="text/javascript" src="…….></script>
<script type="text/javascript" src="…….></script>
…….
In your main.html.
And now its works well.
I created a new test project and I copied and pasted(overwritten) the:
<script type="text/javascript" src="../../src/b4w.js"></script>
<script type="text/javascript" src="…….></script>
<script type="text/javascript" src="…….></script>
<script type="text/javascript" src="…….></script>
<script type="text/javascript" src="…….></script>
<script type="text/javascript" src="…….></script>
…….
In your main.html.
And now its works well.
14 November 2016 13:05
Hi guys!.
when import proyects from 16.09 to 16.10 get these two errors:
Only have these modules:
Any help? Thanks.
when import proyects from 16.09 to 16.10 get these two errors:
Uncaught Error: Module "__texcomp" not found(…)
b4w.js:198 Uncaught Error: Module "__navmesh" not found(…)
Only have these modules:
// import modules used by the app
var m_app = require("app");
var m_cfg = require("config");
var m_data = require("data");
var m_preloader = require("preloader");
var m_ver = require("version");
var m_scn = require("scenes");
var m_mat = require("material");
var m_sfx = require("sfx");
var m_objs = require("objects");
Any help? Thanks.
11 November 2016 15:10