Posts by a.pu
-
-
I've been trying to get this working with vscode for an embarrassingly long time.
Shame for me...
Maybe it's time to make an official vscode plugin -
Hi all!
Sorry I don't appear on this forum often
Still I'm occupied with krpano based projects and my developer tools continue to evolveI've updated to latest versions three repositories on github:
GitHub - apushkarev/Krpano-Markup-Language: Syntax definition for SublimeText 3Syntax definition for SublimeText 3. Contribute to apushkarev/Krpano-Markup-Language development by creating an account on GitHub.github.comGitHub - apushkarev/Krpano-Developer-Library: developer library for KRPanodeveloper library for KRPano. Contribute to apushkarev/Krpano-Developer-Library development by creating an account on GitHub.github.comGitHub - apushkarev/krpano-bundler: my boilerplate for quick start new projectsmy boilerplate for quick start new projects. Contribute to apushkarev/krpano-bundler development by creating an account on GitHub.github.com
Bundler was never announced since I was not confident in community interestIt was created first and foremost to enhance software developer's experience
This tool provides superpowers to develop large (megabytes of code text) krpano based projects and it proofed itself in my work for past 5 years
It is indispensable in creating scalable structured code base that will be easy to maintain
The repo contains a launchable project inside
The readme is sparse but I hope it will give rough idea of conceptsI think it's better to actually study the code inside
The future of this repo depends on community reaction
P.S.
I'm still thinking of creating krpano code style guidelines
And also maybe create a demo repo for svelte+krpano projects
Also I've left contacts in profile, please text me in fb or x -
Is there any chance you can adapt one of your plugins (sublime / vscode) for phpStorm? Or is there already something out there, which I have overlooked? I assume this might be a great help for others, as well.
Still, many thanks for the existing markup extension. I will try to get accustomed to that.
Unfortunately not
But maybe some other contributors will show up -
Hi,
a flat pano is defined with a field-of-view of 1 degree by default.
And hotspots with zoom=true or distorted=true are using 90 degree ^= 1000px as reference.
That means hotspots would be extremely large in such case and would require a small scale value to become visible.
And the ath/atv values should be also within the -0.5 to +0.5 range.Try adding scale="0.001" to your hotspots.
Best regards,
KlausThanks, this helped!
-
Are you looking for zoom="true"?
No, 'zoom' property does not work either
The hotspot does not even appear on pano -
Is there a way to make hotspots in flat pano 'stick' to pano itself like it works with 360 panos with ordinary distorted hotspots?
-
Thanks for your response, Klaus!
Apparently facebook has set us up while pursuitting 120hz refresh rate goal
-
Found a fix by running these commands in sidequest
adb shell setprop debug.oculus.textureWidth 3072
adb shell setprop debug.oculus.textureHeight 3072 -
checked
Version 49 - works ok
Version 50 - resolution droped -
Can anybody confirm resolution drop in VR in Oculus Quest II after lates firmware update?
Oversampling settings seem to not affect image resolution at all.The issue appears in the same way in krpano 1.20 and latest 1.21 and affects panorama images and hotspots
It seems a month ago everything was ok, and now it's much worse
-
Hi
I have a multiresolution scene with multiple frames which I need to switch between
The format string looks like this, frame number goes first under %f specifier:
<cube url="panos/s0p2h60mt1.tiles/%f/%s/l%l/%0v/l%l_%s_%0v_%0h.jpg" multires="512,1024,1792,3584,7168" />The issue is when I switch between frames krpano at first loads the same multires level it had already loaded but then in a fraction of second it switches to level 1, so the image gets blurry. If I switch back do 1st frame, the image still remains blurred.
But variable krpano.multireslevel contains level number for the level displayed before image blurred out
Seems like a bug, can it be fixed?
-
-
Hi
Is there any way to download older versions of viewer?
I need version 1.20.6 for testing purposes and it's not available on download pageUP. older version found :)
-
years later ... .-)
i switched to vscode from sublime recently and just found this!
great work, rafael !it's a bit outdated (doesnt recognize newer comment syntax and other things)
i guess you never update it?I have in plans to make vscode support for krpano syntax since this extension is already based on my work
But... sublime is my everything yet, sorry you left -
Hi,
I have already though about that several times, but removing the case-insensitivity would break compatibility...
Maybe that will be added in a future version as optional flag.But if you want to use case sensitive code you could use Javascript actions, there the code is case sensitive.
Best regards,
KlausHaving a flag for this would be perfect, hope you'll add it :)
-
Hi
Is there a way to stop krpano converting identifiers in lower case and start being case sensitive for internal code?
-
-
-
Update to version 2.7.0
- array_push and remove_array actions