Suchergebnisse
Suchergebnisse 1-20 von insgesamt 116.
Hi, klaus thank you for having me reply so fast. To make things clear, I prepare a sample code! It could be somehow a chrome bug. With renderer 'webgl', an interactive area hotspot works fine. But when it comes with 'css3d' renderer, it become smaller even if its div size is correct and the parent div is set at the correct size. Please have a look at the following urls ; 1. webgl renderer interactive video - https://look360.kr/project/krpano_video_…rtscene=scene_2 2. css3d renerer - https://look...
I'd like to test how to have the video in VR is got affected by css "-webkit-filter". For the reason, I have to change the video hotspot into a css3d renderer version. Unfortunately, the video disapears. with normal renderer (not mention or webgl, it works properly) on 1.20.09 ver, it disappears but the mouse cursor changes when it's hovering on the hotspot. on 1.20.11 and 1.21 ver, it disappears. I can NOT see it, and NOT feel it. It's not supported or do I have to set some other atrtributes? T...
Hi, I'm curious that it's a normal or not. My biggest video size is over 600 mb. When it's loaded it starts with black screen (krpano background color). I'd like to use posterurl with beginning image but it doesn't. Any comments or advices ?? Thanks. Kabkee
Zitat von »indexofrefraction« @ Kabkee anyway, in any case only the direct caller is accessible! you cant get a higher caller thats why the example above hardcodes the callers name inside the callback function this way you have the needed information Yes. that makes me sense. All about the local scope and callwith you said, I agree with them. To make simple the topic of this thread, I brought a new sample code below. Today I have a deep thinking time on this, and I got an idea why it is. My gue...
OK. As you called the 'oncomplete' as a "callback", YES I think it's real javascript callback function which could not access other territories, variables. Specially, in such a limited environment like krpano javascript type action. (Somehow, it works so in krpano to get intergrated with pure Javascript library - hower js) As Hyung mentioned in the thread - https://krpano.com/forum/wbb/index.php?p…&threadID=19413 The two different callback - "donecall" and "oncomplte" - look like the same, but w...
Zitat von »indexofrefraction« strange.. it works fine here proof of concept --> Quellcode 1 2 3 4 5 6 7 8 9 10 11 callwith(hotspot[myhotspot], myaction); trace('myaction() caller.name=',caller.name); calc(local.callback, "trace('callback() "+caller.name+"')"); action_with_callback(get(callback)); trace('action_with_callback() callback=',callback); callback(); Thank you for your example. it works. Yes, I know. But ah... I got to know that I mistitled this post and I should had to mention the wor...
Zitat von »indexofrefraction« trace(caller.name); shows "anhotspot" as expected when you call the action with callwith() its kind of logical that the playsound callback cant have anaction or anhotspot... 1) its not called from anaction() but from playsound() 2) such a callback is not a local scope action but you can pass any information when you create/pass the callback maybe that works: calc(local.callback, "trace("+caller.name+")"); playsound(_name_, _source_, false, 1, get(callback)); Thank ...
Zitat von »indexofrefraction« playsound(_name_, _source_, false, 1, trace(get(caller.name)) ); Unfortunately, that's not the point. did you tried that in scope='local' action as i mentioned above? it's not the matter of using get() though. if it's the matter of using get(), I didn't post it at all.
!! UPDATE !! I'm using krpano ver. 1.20.11. ------------------ I don't know exactly when it started 'oncomplete' running differently. I think it could be from krpano ver. 1.20 updates which had had replaced its sound interface from HTML5-Audio to webAudio API. --- if possible, I'd like to know when it started exactly just for information. - this action works as usual : playsound(_name_, _source_, false, 1, oncomplete() ); But in a local scope action, the 'oncomplte' cannot access caller. 'caller...
Embedding Pano, with embedpano(); I implemented onready attribute and all works good. However, sometimes I faced the below error when I too fast to call krpano actions before changing black screen to pano just in time (i don't know when exactly) Every single time when new pano loading. there are chances. Quellcode 1 VM41313:8 Uncaught TypeError: Cannot read properties of null (reading 'webGL')at Q (eval at B.e.loading (eval at embedpano (tour.js:10:73)), <anonymous>:8:73)at Object.l.callaction (...
Zitat von »xupeng« After testing, I found that the raycaster is reversed due to the value created by camera projection_matrix, but I don’t know anything about projection_matrix I only removed minus(-) in which "-mouse_y" in the line of raycatser's ray direction set as like the below, it show the right direction. Quellcode 1 camera_hittest_raycaster.ray.direction.set(mouse_x, mouse_y, 1.0).unproject(camera).normalize(); but the intersection is not sill working :( even it's not directing the corr...
I'd also experienced this when i use everpano naviation plugin. For making not this happen, I remove all everpano relative plugins, and add plugins made by Klous in a krpano example. I don't know why but i think some where relative axis is different from default ones which made by krpano tools.
Using Autolock and automatically play the sound, onplay event is not fired at the moment. The below doesn't work. streamsound(bgm, get(sound_source[bgm].url), true, 1); set(sound[bgm].onplay, trace(onplay) ); After pause and play, the event is fired properly. Automatic playing is not firing the event. Sometimes when I get the paused attribute, autoplayed sound says it's paused, even if it's playing the sound. Which part that I should fix?
Zitat von »klaus.krpano« Hi, no sorry, transparent multi-resolution panos are generally not possible yet. During rendering the tiles from several resolutions can overlap and depending on the used render method/order (depending if a webgl depthbuffer is available) this would result in a 'broken' rendering. Additionally transparent renderings are problematic with the scene blending. Best regards, Klaus I see. Thank for your response.
Zitat von »panoyun« https://krpano.com/docu/xml/#layer.parent parent="BGLAYER" That's it!! Thank you . Only one thing left is transparent multires flatpano with transparent background
This question is from putting background image behind Object VR. But After some research and reviews from this forum, I don't get any proper answers. Please see my further questions. Question 1. Is it possible to parse (making multi resolution tiles) images in PNG (with transparent background color)? Default result format seems to be JPG, it could be impossible to be made PNG files tilepath=%INPUTPATH%/%BASENAME%.tiles/l%Al[_c]_%Av_%Ah.jpg Question 2. Can I make background color transparent? We ...
Zitat von »klaus.krpano« Please see here: krpano 1.20 Thank you. I found the solution right there :) It solves the problem.
* What it is * Level indexstart value has been 1 for default. It is always the same from krpano version 1.18 as i know However, i confirmed today that it changes the generated levels from ascending to descending. In 1.18 version, when making tiles with 12,000 x 6,000 px images, Level 1 was high resolution tiles. Level 3 was low resolution tiles. but now, In 1.20 version, (I don't know exactly from when) Level 1 is low resolution tiles. Level 3 is high resolution tiles. * What Problem is * I know...
Good News : New version released. It could be a hard work for a man developing a program and support its customers all over the world. However, it is to support customer for the most part of the running a business. I leave a my true story below; I bought everpano on last year, 2020.09. And over a month, I've had rendering problem on all my window/linux/mac computers . I used all the 3 computer registered slot, but cannot remove them at all - the link has been broken. it's been over a year and a ...
Zitat von »klaus.krpano« Hi, about autoalpha - right, there is unfortunately a bug - will be fixed in the next release: Hi, about autoalpha - right, there is unfortunately a bug - will be fixed in the next release: autoalpha ? Best regards, KlausAlright. It happens case by case(project by project) to me. For an alternative way, I set visible as well as setting alpha. I will be glad if autoalpha's health is back. As regards to Klaus, Be careful of covid19.