nartc / angular-three

🧊 THREE.js integration for Angular 🧊
https://angular-three.netlify.app/
MIT License
306 stars 26 forks source link

THREE.WebGLRenderer: Context Lost. #140

Closed plusnia-pgs closed 2 years ago

plusnia-pgs commented 2 years ago

Hi, There is a problem with newest version. https://stackblitz.com/edit/angular-ivy-gqtdqy?file=src/app/app.component.html

nartc commented 2 years ago

Hi, the Context Lost. problem isn't reliable on Stackblitz or Codesandbox. The problem in this Stackblitz is the parent element (body and html in this case) has no height. Give them height: 100% using style.css will show the cube