Navigation

    IdeaSpaceVR Forum

    IdeaSpaceVR Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. WeddingDJ
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by WeddingDJ

    • RE: Linking two models or scales

      @stinanickel I guess a game engine would provide loading meshes on proximity (LOD)... maybe babylonjs. I think Cryptovoxels implemented something like that.

      But it would be doable to load meshes on demand inside the blog space and maybe somehow unload them.

      What do you envision?

      posted in General
      WeddingDJ
    • RE: Linking two models or scales

      I guess you are talking about navigating with Oculus Browser, right? In VR, you navigate to your blog post and click the link and it opens in a completely new space. This is the behaviour of WebVR. It is part of the standard and there is no way to change that, unless the blog and model would already be inside the same space, which is not the case. And that would need a template which allows that, which does not exist... hope it helps.

      posted in General
      WeddingDJ
    • RE: Embedding Photospheres

      @gnurob The embed code is always for the whole space. The only workaround for now would be to create different spaces with only one photo sphere per space. I don't know if this would help you.

      Cheers

      posted in General
      WeddingDJ
    • RE: Linking two models or scales

      @stinanickel Looks like an interesting project, but currently the 3D template does not support linking to objects, although it is a great idea. I am curious, do you use a VR headset or a web browser or both?

      posted in General
      WeddingDJ
    • RE: Renamed installation folder, get HTTP 500 Error after log in.

      Do you have access to the command line of your installation? - If yes, you could try running in the root of your installation:

      php artisan cache:clear
      php artisan route:clear
      php artisan config:clear
      php artisan view:clear
      

      Let me know if this helps.

      posted in IdeaSpaceVR Help
      WeddingDJ
    • RE: Navigation between photospheres

      @gnurob Yes exactly, it maybe is a bit misleading, that's why there is the IdeaSpace 360 Photo Tour Pro theme.

      posted in Themes Help
      WeddingDJ
    • RE: error when Install user config

      @prince Sorry, not yet!

      posted in IdeaSpaceVR Help
      WeddingDJ
    • RE: Whoops, looks like something went wrong - install-user-config URL

      There is currently an issue with PHP Version 7.4.* - it looks like the database tables are not installed correctly.

      posted in IdeaSpaceVR Help
      WeddingDJ
    • RE: can i use the plugin with react js and node js

      @eliaskhs Which plugin? IdeaSpaceVR is a CMS with themes which are like "plugins".

      posted in General
      WeddingDJ
    • RE: which Origin Trial Token for 3d model visualize

      @ema which version of chrome?

      posted in IdeaSpaceVR Help
      WeddingDJ
    • RE: which Origin Trial Token for 3d model visualize

      @ema The token was used for an older version of the Chrome browser. For now you could just fill in any characters. Is it still black? Which browser do you use?

      posted in IdeaSpaceVR Help
      WeddingDJ
    • RE: error when Install user config

      @smoothlee good catch! Thanks!

      posted in IdeaSpaceVR Help
      WeddingDJ
    • RE: Where is the "VR View 360 Video Gallery theme"?

      @ramiouanes Thank you for your message. It is motivating to see that there are people who would need such a theme. The more people ask for it, the faster it would ship. 😉

      posted in Themes Help
      WeddingDJ
    • RE: Where is the "VR View 360 Video Gallery theme"?

      @DZenker And yeah, developing a 360 video theme shouldn't be that hard, especially if you load videos just progessively.

      posted in Themes Help
      WeddingDJ
    • RE: Where is the "VR View 360 Video Gallery theme"?

      @DZenker I just merged your PR, thanks a lot!

      posted in Themes Help
      WeddingDJ
    • RE: Where is the "VR View 360 Video Gallery theme"?

      @DZenker Hello Dietmar, thank you for your feedback! It is very much welcome! Yes, the current themes could be extended to support 360 videos, that's true. But I always thought that 360 videos properly implemented would need some sort of streaming, in order to avoid long waiting times. What do you think?

      The number of developers is 1, just me myself and I.

      Many greetings!

      posted in Themes Help
      WeddingDJ
    • RE: Installing IdeaSpaceVR on local linux workspace, blank index.php

      @hermetic Hi, you have to give user permissions to the web server to allow write access to the file laravel.log. Eg. sudo chown -R <insert your user>:www-data /var/www/html/vr/storage (depending if www-data is the group where your web server belongs to).

      posted in IdeaSpaceVR Help
      WeddingDJ
    • RE: Browser Tab Title

      @erichawkinson If you refer to these vars of a space, it is this file. The title is also in there, but like I said, it is dynamically set. https://github.com/IdeaSpaceVR/IdeaSpace/blob/master/resources/views/layouts/app.blade.php

      posted in IdeaSpaceVR Help
      WeddingDJ
    • RE: Browser Tab Title

      @erichawkinson Are you referring to a title of a space which you created? The title of a space is generated from the infos you enter when creating your space, using a theme.

      posted in IdeaSpaceVR Help
      WeddingDJ