Viewport
Each ArcRotateCamera
has it's own viewport
:
// left half of the screen<arcRotateCamera ...><viewport x={0} y={0} height={1} width={0.5} /></arcRotateCamera>
- Output
- Code
Each ArcRotateCamera
has it's own viewport
:
// left half of the screen<arcRotateCamera ...><viewport x={0} y={0} height={1} width={0.5} /></arcRotateCamera>