Skip to content
Snippets Groups Projects
Select Git revision
  • 4a9fdb5d2cad80ba87e7f7c9acaf45e686bd1279
  • develop default protected
  • feature/webrtc
  • feature/mesh-based-reprojection
  • feature/linux-fixes
  • feature/dual-layer-reprojection
  • feature/frame-invalidation
  • feature/plot-script
  • bug/jittering
  • feature/indirect-sky
  • feature/depth-peeling-reprojection protected
  • master
12 results

Tutorial.md

Blame
  • CAVEOverlay.uplugin 631 B
    {
    	"FileVersion": 3,
    	"Version": 1,
    	"VersionName": "1.0",
    	"FriendlyName": "CAVEOverlay",
    	"Description": "Adds the ability to black out the CAVE door and display the magic tape",
    	"Category": "Other",
    	"CreatedBy": "",
    	"CreatedByURL": "",
    	"DocsURL": "",
    	"MarketplaceURL": "",
    	"SupportURL": "",
    	"CanContainContent": true,
    	"IsBetaVersion": false,
    	"Installed": false,
    	"Modules": [
    		{
    			"Name": "CAVEOverlay",
    			"Type": "Runtime",
    			"LoadingPhase": "Default"
    		}
    	],
       "Plugins": [
    		{
    			"Name": "nDisplay",
    			"Enabled": true
    		}
       ],
       "Plugins": [
    		{
    			"Name": "nDisplayExtensions",
    			"Enabled": true
    		}
       ]
    }