Navigation

    IdeaSpaceVR Forum

    IdeaSpaceVR Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Recent
    Log in to post
    • All categories
    • Announcements
    • General
    • Themes Help
    • IdeaSpaceVR Help
    • Showcase
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • S

      Linking two models or scales
      General • • stinanickel  

      7
      0
      Votes
      7
      Posts
      22
      Views

      @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?
    • P

      Geotagged AR publishing?
      General • • Petros  

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • U

      Чип-Тюнинг двигателя в сервисе "АвтоКрасное"
      Announcements • • utike  

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • S

      error when Install user config
      IdeaSpaceVR Help • • smoothlee  

      6
      0
      Votes
      6
      Posts
      117
      Views

      S

      Instead of line 135 of vendor/symfony/console/Input/ArrayInput.php: } elseif ('-' === $key[0]) { you could temporarily change it to treat $key as a string and extract the first character only: } elseif ('-' === substr($key, 0, 1) ) {
    • G

      Embedding Photospheres
      General • • gnurob  

      2
      0
      Votes
      2
      Posts
      10
      Views

      @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
    • M

      Renamed installation folder, get HTTP 500 Error after log in.
      IdeaSpaceVR Help • • moon  

      7
      0
      Votes
      7
      Posts
      13
      Views

      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.
    • S

      How to add a texture to Modell?
      Themes Help • • stinanickel  

      1
      0
      Votes
      1
      Posts
      27
      Views

      No one has replied

    • I

      Керамогранит глазурованный cersanit
      Announcements • • itapepu  

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • E

      Hosting WebXR
      General • • ekgreen  

      2
      0
      Votes
      2
      Posts
      70
      Views

      T

      It's built on top of a-frame. Check the framework aframe.io
    • G

      Navigation between photospheres
      Themes Help • • gladstone  

      3
      0
      Votes
      3
      Posts
      77
      Views

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

      Whoops, looks like something went wrong - install-user-config URL
      IdeaSpaceVR Help • • prince  

      2
      0
      Votes
      2
      Posts
      71
      Views

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

      Viewing Space Text Only
      Themes Help • • gnurob  

      2
      0
      Votes
      2
      Posts
      37
      Views

      G

      Solved. AllowOverride was set to None, and FollowSymLinks and SymLinksIfOwnerMatch were not enabled, therefore the .htaccess file was not functioning. This would be worthwhile detecting and adding to the laravel.log Cheers
    • E

      can i use the plugin with react js and node js
      General • • eliaskhs  

      2
      0
      Votes
      2
      Posts
      43
      Views

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

      which Origin Trial Token for 3d model visualize
      IdeaSpaceVR Help • • ema  

      4
      0
      Votes
      4
      Posts
      55
      Views

      @ema which version of chrome?
    • N

      Same problem with IdeaSpace 360 Photo Tour Pro theme
      Themes Help • • nalato  

      1
      0
      Votes
      1
      Posts
      45
      Views

      No one has replied

    • G

      [SOLVED]
      Themes Help • • gladstone  

      1
      0
      Votes
      1
      Posts
      45
      Views

      No one has replied

    • T

      Add new 3D Model (.nxz)
      IdeaSpaceVR Help • • tommymaso  

      2
      0
      Votes
      2
      Posts
      120
      Views

      T

      @tommymaso Solved, it's handled through js by the jquery plugin "jQuery Ajax File Uploader Widget" in the method "dmUploader"
    • D

      Where is the "VR View 360 Video Gallery theme"?
      Themes Help • • DZenker  

      9
      0
      Votes
      9
      Posts
      171
      Views

      @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.
    • Installing IdeaSpaceVR on local linux workspace, blank index.php
      IdeaSpaceVR Help • • hermetic  

      4
      0
      Votes
      4
      Posts
      149
      Views

      D

      This message in your error.log shows that Apache starts up normally. But, which messages will be generated if you try to access your IdeaSpaceVR URL? Which messages show up in access.log? How did you configure your VHost for IdeaSpaceVR? You could dump the vhost settings with the following command: apache2 -D DUMP_VHOSTS Another consideration: if your Ubuntu is using SELinux, then you also have to adjust the SELinux policies for the directory where IdeaSpaceVR is installed. I'm not familiar with Ubuntu as I'm using CentOS - in CentOS, commands are as follows: chcon -Rv --type=httpd_sys_content_t PATH/TO/IdeaSpaceVR to enable read access for the httpd service, and additionally chcon -Rv --type=httpd_sys_rw_content_t PATH/TO/IdeaSpaceVR/database.php chcon -Rv --type=httpd_sys_rw_content_t PATH/TO/IdeaSpaceVR/app.php ... to enable write access for directories that have to be writeable for IdeaSpaceVR.
    • E

      Browser Tab Title
      IdeaSpaceVR Help • • erichawkinson  

      4
      0
      Votes
      4
      Posts
      96
      Views

      @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