You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for the add-on. It does not work for comments which are in the return part of a js function. Can you upgrade this ?
Example :
return (
<mesh position={[-2, -2, -2]}>
<boxGeometry args={[2, 2, 2]} />
<meshStandardMaterial>
<RenderTexture attach="map" anisotropy={16}>
{/* <Effects disableGamma> */}
{/* threshhold has to be 1, so nothing at all gets bloom by default */}
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the add-on. It does not work for comments which are in the return part of a js function. Can you upgrade this ?
Example :
The text was updated successfully, but these errors were encountered: