Add environment
You can extend the list of environments in Skyreal VR with yours.
-
First you need to have the model you want to use as an environment inside the editor map in Unreal Engine. The data can come from the preparation or from a fbx.
-
Create a new actor: right click in the content browser and create a Blueprint Class. Choose the class
Skr3DEnvironment
and save it anywhere under the Simulation folder.
-
In the World Outliner select the parts you want to use as an environment, then do
right click > Convert Actors To Static Mesh
and save it anywhere under the Simulation folder. If you have only one static mesh you can directly use it in the next step.
-
Double click on the new Skr3DEnvironment blueprint to open it. Drag and drop the new StaticMesh under the DefaultSceneRoot actor of the blueprint.
-
You can set the name that will be displayed in Skyreal VR (display name) in the details panel of the environment. To get the Skr panel, the root component of the environment must be selected.
-
Save your environment and add it to the controller (using the
+
button).