react-three-legacy icon indicating copy to clipboard operation
react-three-legacy copied to clipboard

Support/feature request for THREERenderer background transparency or gradient

Open nschwan94 opened this issue 8 years ago • 3 comments

I couldn't figure out how to give the canvas a background gradient or a transparent background so I could apply the gradient to the parent div.

Any support? Can this feature be implemented if no alternative exists?

nschwan94 avatar May 06 '17 19:05 nschwan94

Hi, did you get react-three working with three.js r85 ?

Thanks for the info. Alexander

alexanderfrey avatar May 16 '17 07:05 alexanderfrey

Yeah, I've got it running with the latest from three.js

nschwan94 avatar May 16 '17 22:05 nschwan94

The THREERenderer already has a transparent prop you can set to true. Is that what you wanted, or is there something more complicated?

Izzimach avatar May 20 '17 22:05 Izzimach