Laser fixtures provide focused beam effects that simulate stage laser systems. VRSL lasers feature pan and tilt control with RGB color mixing and various beam effects.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AcChosen/VR-Stage-Lighting/llms.txt
Use this file to discover all available pages before exploring further.
Overview
VRSL laser fixtures use a simplified rendering system optimized for laser-style effects:- Thin, focused beam output
- RGB color mixing
- Pan and tilt control
- Variable intensity
- Strobe effects
- DMX Horizontal:
VRSL-DMX-Static-Laser-H-13CH.prefab - DMX Vertical:
VRSL-DMX-Static-Laser-V-13CH.prefab - DMX Legacy:
VRSL-DMX-Static-Laser-L-13CH.prefab - AudioLink:
VRSL-AudioLink-BasicLaser.prefab
DMX Channel Layout (13 Channels)
Laser fixtures use the standard 13-channel DMX layout:| Channel | Function | Range | Description |
|---|---|---|---|
| 1 | Pan (Coarse) | 0-255 | Horizontal rotation (0-360°) |
| 2 | Pan (Fine) | 0-255 | Fine pan adjustment |
| 3 | Tilt (Coarse) | 0-255 | Vertical rotation (0-360°) |
| 4 | Tilt (Fine) | 0-255 | Fine tilt adjustment |
| 5 | Red | 0-255 | Red beam intensity |
| 6 | Green | 0-255 | Green beam intensity |
| 7 | Blue | 0-255 | Blue beam intensity |
| 8 | Intensity | 0-255 | Master dimmer |
| 9 | Strobe | 0-255 | Strobe rate (0=off, 1-255=speed) |
| 10 | Reserved | 0-255 | Future use |
| 11 | Reserved | 0-255 | Future use |
| 12 | Reserved | 0-255 | Future use |
| 13 | Reserved | 0-255 | Future use |
Features
Pan and Tilt Control
Lasers support full pan and tilt movement:- Pan Range: Configurable via
maxMinPan(default ±180°) - Tilt Range: Configurable via
maxMinTilt(default ±180°) - 16-bit Resolution: Coarse and fine channels for smooth movement
- Inversion: Pan and tilt can be inverted independently
Color System
RGB additive color mixing:- Full 8-bit resolution per channel
- HDR color support via
lightColorTint - Pure colors or mixed hues
- Hardware-accelerated blending
- Red: (255, 0, 0)
- Green: (0, 255, 0)
- Blue: (0, 0, 255)
- Yellow: (255, 255, 0)
- Cyan: (0, 255, 255)
- Magenta: (255, 0, 255)
- White: (255, 255, 255)
Beam Properties
Unlike volumetric lights, lasers render as thin, focused beams:- Minimal spread
- Sharp edges
- High intensity core
- Optimized for long distances
Inspector Properties
DMX Settings
Movement Settings
Fixture Settings
Intensity Settings
Configuration Examples
Basic Laser Setup
- Place laser prefab in scene
- Configure DMX:
- DMX Channel: 1
- DMX Universe: 1
- Enable DMX Channels: ✓
- Adjust beam:
- Cone Width: 0.5 (thin beam)
- Cone Length: 10.0 (maximum reach)
- Max Cone Length: 10.0
- Set intensity:
- Global Intensity: 1.0
- Final Intensity: 1.0
- Light Color Tint: White × 2.0 (HDR boost)
Scanning Laser Effect
For sweeping laser movements:- Slow pan sweep with fixed tilt
- Circular patterns (combined pan/tilt)
- Figure-8 patterns
- Random movement
Static Laser Beam
For fixed beam effects:Laser Show Array
Multiple lasers for complex effects:Shader
Laser fixtures use a specialized shader:VRSL-BasicLaser-DMX.shader
Runtime/Shaders/MovingLights/
The laser shader is optimized for:
- Thin beam rendering
- High contrast
- Minimal bloom
- Long-distance visibility
Use Cases
Laser Show Effects
- Beam Shows - Sweeping laser beams
- Geometric Patterns - Synchronized multi-laser patterns
- Audience Scanning - Safe crowd scanning effects
- Aerial Effects - Mid-air beam effects
Accent Lighting
- Spot Highlighting - Pinpoint focused attention
- Path Indicators - Directional guidance
- Stage Effects - Sharp beam cuts through fog
- Architectural - Building feature highlighting
DJ/Club Environments
- Beat Synchronized - Pulsing to music (via AudioLink)
- Strobe Effects - Rapid on/off
- Color Cycling - RGB color changes
- Crowd Interaction - Moving beams over audience
Performance Considerations
Optimize Beam Length
Longer beams use more rendering resources:Minimize Width
Thinner beams are more performant:Disable Unnecessary Features
Realistic Laser Effects
With Fog/Atmosphere
Lasers look best with atmospheric effects:- Add post-processing volume
- Enable bloom with:
- Intensity: 0.3-0.5
- Threshold: 0.8
- Scatter: 0.7
- Consider particle fog effects
Color Intensity Balance
Real laser systems have varying intensities per color:Safety Considerations
Recommended practices:- Include brightness adjustment UI
- Provide strobe effect warnings
- Test movement speeds for comfort
- Offer “reduce effects” options
Troubleshooting
Laser Not Visible
- Check intensity channel (8) is above 0
- Verify at least one RGB channel has value
- Ensure
globalIntensityandfinalIntensity> 0 - Check beam isn’t aimed away from view
- Verify beam length is sufficient to reach visible area
Beam Too Thick/Looks Wrong
- Reduce
coneWidth(try 0.3-0.5) - Ensure using laser-specific shader
- Check light color tint isn’t over-boosting
- Verify post-processing bloom settings
Jerky Movement
- Increase DMX smoothing in Grid Reader
- Use fine channels (2, 4) for precision
- Reduce movement speed in DMX software
- Check for stream compression artifacts
Colors Look Wrong
- Verify RGB channel values in DMX
- Check channel offset is correct (start at channel 5)
- Test with manual color tint to verify fixture
- Ensure universe assignment is correct
Strobe Not Working
- Enable
enableStrobein inspector - Check channel 9 value is above ~20
- Verify VRSL Grid Reader strobe processing
- Test with manual strobe toggle
AudioLink Integration
AudioLink laser variants support:- Band Modulation - Intensity reacts to frequency bands
- Color Chord - Auto-color from audio analysis
- Theme Colors - Match AudioLink theme
- Delay Offset - Timing adjustment per laser
AudioLink Setup Example
Advanced Techniques
DMX Chase Patterns
Create programmed sequences in DMX software:- Record pan/tilt positions
- Set timing and transitions
- Sync to audio beats
- Layer multiple lasers with offsets
Geometric Projections
Multiple lasers can create shapes:- Triangle: 3 lasers aimed to meet points
- Square: 4 lasers for corners
- Star: 5+ lasers radiating from center
Color Cycling
Program RGB transitions:- Smooth fades between colors
- Quick snaps for impact
- Rainbow cycles
- Color-to-beat synchronization