diarmidmackenzie / aframe-multi-camera

A-Frame components implementing multiple cameras
MIT License
24 stars 6 forks source link

Use scissor test to limit clears to output rectangle (fixes #4) #5

Closed mrxz closed 9 months ago

mrxz commented 9 months ago

This PR uses the scissor test to limit clears and draws to the output rectangle, resolving #4.

diarmidmackenzie commented 9 months ago

Very nice. Thank you.