Author: admin

  • Tracking

    Collect scene performance data and user activity while users are interacting with your scene.Our application and more specifically components within this application communicate with each other through asynchronous events. One component has information to share and will broadcast its data to other components. Components expecting that data will receive that package and will process and […]

  • Heads Up Display

    Not gonna lie here. This was one of more disappointing features developed within our application. Most of us have seen those Iron Man movies and really cool light objects hanging in front of ones face. Truth to be told, it is not as fun as it sounds. you can see for your self in this […]

  • Long Distance Jump

    This feature is designed to allow user jump further than their reach is allowing for. In order to save on processing times and objects that are being interacted with, beams coming from users controllers only reach 10 meters from controllers location. In this development example you can see floor objects purposefully located beyond users reach […]

  • Animations

    Animations are part of GLTF file format. You can export them as part of your object and then access them by their names. You have option of triggering animation as loop repeat or only once. There animation modifiers that can be mixed into your existing animation by the amount of your choosing.In this case the […]

  • HDRi Source of Light

    Rather than creating complex scenes and geometry within your scene. You have an option to pre-render your surrounding into a HDR (High Dynamic Range) image. Images can also act as sources of light and reflections for the scene. This is fairly simple component allowing user to customize their background should they choose to use it. […]

  • Carousel – Object Variants

    This component group will give user the option to switch between predefined sets of objects. In web development the closest feature would be image carousel. User is able to browse through set of carefully crafted objects that live in the same space as all their alternatives. From that set only one is visible and thus […]

  • Object Texture Change

    Group of components to give user the ability to change the texture of the object by simple interaction with menu and texture definition within the groups code. Images are provided through additional option component. However this approach requires further preparation of asset.In this tech example you can see that the object retains shadows in less […]

  • Object Color Change

    Group of components to give user the ability to change the color of the object by simple interaction with menu and even color definition within the components code. However this approach requires further preparation of asset.In this tech example you can see that the object retains shadows in less lit areas. That is accomplished through […]

  • Gallery Image Tag

    This group of components have been inspired by gallery idea. images hanging on the wall usually have a small tag in their close proximity to inform viewer about the author and name of said art piece. In VR this presents a challenge of readability for these small tags. And so the tags rather having them […]

  • Static Showroom

    This tech demo started as performance testing space to learn about limits of the headset. Textures and surfaces are in lot higher resolution than other scenes.However in this case the floor that allows user to roam around is completely missing. Leaving user only the spot of their origin (+/- the amount of distance user can […]