Releases: IdeaSpaceVR/IdeaSpace
Releases · IdeaSpaceVR/IdeaSpace
v1.0.3
- Bug fix IdeaSpace 3D Model theme: ply model hotspot annotations do not need rotation
- IdeaSpace 360 theme: better support for mouse on desktop / touch on mobile, better looking hotspots
- IdeaSpace 3D Model theme: better support for mouse on desktop / touch on mobile, better looking hotspots
- Added new theme: IdeaSpace 360 Photo Tour
- Annoyance fix: do not reset camera position when selecting placeholder in field type position
v1.0.2
- Bug fix: featured space on front page for anonymous user caused error
- Updated IdeaSpace 360 theme: better looking annotations, Gear VR / Daydream controller support added
- Added new IdeaSpace 3D Model theme supporting Gear VR / Daydream with controller
- Field type position: #content array uses now field keys
- Field type color: default color is black
- Allow *.tga textures for 3D models
- Texture image files are not renamed anymore after uploading, because it can break texture file reference in *.mtl files (and others)
- Stay on spaces deleted page after deleting a space
- Added #default_value for field type color (theme config.php)
- Updated to A-Frame v0.6.1
- glTF 3D models support added (types: embedded and binary, *.gltf and *.glb)
- Bugfix: prevent *.obj and *.mtl files from renaming after uploading
- Google Blocks 3D model support added
v1.0.1
- Set x:0 y:-90 z:0 as default photo sphere rotation.
- New default themes: VR View 360 Image, VR View 360 Video, VR View 360 Image Gallery, VR View 360 Video Gallery.
- Bug fix: after uploading video, videosphere or audio files, insert link was not shown.
- Changed license to MIT license.
v1.0.0
v0.3.2
v0.3.1
- Fixes a critical bug which prevented the installation of IdeaSpace in a sub-directory: eg. https://mydomain.com/sub
- The DB_PREFIX parameter in .env is working. It enables to have multiple IdeaSpace installations sharing the same database using different table prefixes.
- Added temporary page for Media menu.
v0.3.0
- This is the initial public release of IdeaSpace.
- The focus of the initial release is on managing images and providing a basic photo sphere theme.
- Images which are uploaded are resized to fit the "power of two rule" for textures and thumbnail images are created for the navigation menu.
- The theme API is kept to a minimum at this release. The only implemented controls are images and text.
- There are two example themes shipped with this release: a photo sphere viewer and a hello world theme.
- Published spaces can be embedded on external websites by using the embed code provided on the space edit page. IdeaSpace implements CORS (cross-origin resource sharing) in order to allow loading of assets from a different domain name.
- The front page features a list of latest published spaces or a single space (configure in "Settings").