Schéma
Home
Blog
Get Started
Search…
scenic.tools Schéma
Guide
Getting Started
Controls
Blocks
Drivers / Modulators
Fixtures
Groups
Director
Controllers
Relations
Views and navigation
Projects
External Configuration
Backdrop
Blocks
Source
Effect
Operator
Pick
Plugins
About
ArtNet
Remote Controller
MovingHeads
OSCAudioReceiver
OSCReceiver
OSCSender
Shapes
XBox
DALInet
In Development
Tools - External programs
About
Audio Analysis Sender
ArtNet to OctoWS2811 Bridge
Development
Roadmap
Future Concepts
ScenicScript
Fixtures 2.0 (Machines)
BlockShop
Powered By
GitBook
Backdrop
Setting up a backdrop allows you to use an image in the Schematic view for reference. Most image formats are supported.
A hand-drawn photographed floorplan displayed as reference inside the Schematic view
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
}
}
Guide - Previous
External Configuration
Next - Blocks
Source
Last modified
2yr ago
Copy link