Schéma
  • scenic.tools Schéma
  • Guide
    • Getting Started
    • Controls
    • Blocks
      • Parameters
      • Block Stacks
        • Layers
      • Attributes
    • Drivers / Modulators
      • Mapping Sliders
    • Fixtures
    • Groups
    • Director
    • Controllers
    • Relations
    • Views and navigation
      • Browser
      • Block Stack
      • Schematic
      • Controller
      • Settings
    • Projects
    • External Configuration
      • Available Options
      • Backdrop
  • Blocks
    • Source
      • Color
        • Constant
        • Color
    • Modify
      • Color
        • Dim
        • Flickerize
        • Rainbow
      • Repeat
    • Operator
      • Add (+)
      • Multiply (*)
      • Crossfade
    • Pick
      • Alternate
      • Time
      • Controller
      • Group
  • Plugins
    • About
    • ArtNet
      • Expression DMX Patching
    • Remote Controller
    • MovingHeads
    • OSCAudioReceiver
    • OSCReceiver
    • OSCSender
    • Shapes
    • XBox
    • DALInet
    • In Development
      • Remote
  • Tools - External programs
    • About
    • Audio Analysis Sender
    • ArtNet to OctoWS2811 Bridge
  • Development
    • Roadmap
      • Localisation
      • Input Mapping / Controller Interaction
        • Pages
  • Future Concepts
    • ScenicScript / YAMLStacks
    • Fixtures 2.0 (Machines)
    • BlockShop
Powered by GitBook
On this page

Was this helpful?

  1. Guide
  2. External Configuration

Backdrop

PreviousAvailable OptionsNextSource

Last updated 4 years ago

Was this helpful?

Setting up a backdrop allows you to use an image in the Schematic view for reference. Most image formats are supported.

Position, scaling, rotations opacity and the default Schematic view angle can be all set through the respective JSON configuration properties.

Here's the default configuration file:

{
	"Backdrop": {
		"Path": "plan.png",
		"Scale": "1",
		"TranslateX": "0",
		"TranslateY": "0",
		"Rotate": "0",
		"Opacity": ".5",
		"View": "Top"
	}
}

And here is an example of a configuration file adjusted to scale the image higher and the Area setting added to change the size of the grid:

{
	"Backdrop": {
		"Path": "plan.jpg",
		"Scale": "2",
		"TranslateX": "0",
		"TranslateY": "0",
		"Rotate": "0",
		"Opacity": ".5",
		"View": "Top"
	},
  "Area": {
    "Width": 20,
    "Length": 10
  }
}
A hand-drawn photographed floorplan displayed as reference inside the Schematic view