Every KRpano license will work.I have a KRPano license that came with my version of Kolor Panotour Pro, will that KRPano license work with CM4VR?
VR mode does not affect Amazon Polly. Provide a link to this example.I have tried some of the examples and find that the Amazon Polly demo does not work in my VR headset is that feature available in VR Mode?
We're working on it.Also is the Livepano feature available in web and VR Mode?
Contact us at info@cms4vr.com.Do you have a demo or evaluation version available?
Not sure what you mean by 'just add POI audio', I am talking about the example on your website that does not work in VR and cannot as there is no icon on the information window to play audio. Do you have a link to an example that works in VR?This of course is not an error. This is how the template was designed. The sound from Amazon Polly obviously works in VR Mode, just add POI audio.
regards
Piotr
Look here:Not sure what you mean by 'just add POI audio', I am talking about the example on your website that does not work in VR and cannot as there is no icon on the information window to play audio. Do you have a link to an example that works in VR?
I know that, but it is not an error. This is how the template was designed.There is no play audio button and so no way for the audio version of the text to be heard in any language in VR Mode
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
<krpano>
<project_settings_global
autotour_isset_to="true"
autotour_speed_isset_to="10"
dynamic_autorotate_horizon="100"
/>
<events onnewpano="autotour_range();" if="editmode != true" />
<action name="autotour_range">
def(s_name, string, get(scene[get(xml.scene)].name));
if (s_name === "scene_p1", set("events.onviewchanged", range_event(70,75); ); );
if (s_name === "scene_p3", set("events.onviewchanged", range_event(105,110); ); );
if (s_name === "scene_p4", set("events.onviewchanged", range_event(45,50); ); );
if (s_name === "scene_p6", set("events.onviewchanged", range_event(-50,-45); ); );
if (s_name === "scene_p7", set("events.onviewchanged", range_event(-50,-45); ); );
if (s_name === "scene_p8", set("events.onviewchanged", range_event(-105,-100); ); );
if (s_name === "scene_p9", set("events.onviewchanged", range_event(100,105); ); );
if (s_name === "scene_p10", set("events.onviewchanged", range_event(0,5); ); );
</action>
<action name="range_event">
set(inside,false);
if(view.hlookat GT %1, if(view.hlookat LT %2, set(inside,true); ); );
if(lasttime_inside === null, copy(lasttime_inside,inside));
if(lasttime_inside != inside,
if(inside,
set("events.onviewchanged", null);
nextscene();
);
copy(lasttime_inside,inside);
);
</action>
<action name="nextscene">
add(nextsceneindex, get(scene[get(xml.scene)].index),1);
if(nextsceneindex LT scene.count, loadscene(get(scene[get(nextsceneindex)].name), null, MERGE, BLEND(0.7)); );
</action>
</krpano>
|
|
|
Quellcode |
1 |
load_scene(scene_name) |
:)
;) And seriously, this is the place where the Netflix crew shot the last episode of the Witcher first season. The battle for Sodden hill took place right here. See how the Rubee template shows the Virtual Tour.
:) Thank you JürgenHi Piotr! Thanks for the new Version 4! Fantastic features!
Just while loading the frontend a message appears which I want to be disappeared or better: translated to german.