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
{{ message }}
This repository was archived by the owner on Feb 10, 2023. It is now read-only.
Hi,
I'm trying to achieve the same result with angular-three as I got with using ThreeJs "vanilla" way. I prepared both examples on Stackblitz. There is a difference in color although I'm using the same parameters for all the lights, materials, and background. Could you please help me understand why there's a difference?
Using ThreeJs: https://stackblitz.com/edit/angular-ivy-k2e13k
Using Angular-Three: https://stackblitz.com/edit/angular-ivy-uefxeg
Also, I wasn't able to find a way to generate simple terrain without using physicBody. Therefore I defined geometry and material in code-behind. If there is some other way, I would much appreciate an example.