Skip to content
Snippets Groups Projects
Select Git revision
  • 83711b23c9d1c6a06db48d7e6eb72f7ae247efc2
  • 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

main.cpp

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
    		}
       ]
    }