Open tarikcurto opened 7 years ago
I solved this.
For help future users, you can change the background color on file src/three/skybox.ts
.
At properties topColor
and bottomColor
. Use hexadecimal expresion or RGB values.
Extended info at https://threejs.org/docs/api/math/Color.html.
Bye community!
Hi Is there any one who really finish this project or can finish this project... i need this project, who can finish this for me with a reasonable price. contact me ajoka@msn.com
Hi! I tried change background color of modeler using:
new THREE.WebGLRenderer({ antialias: true, alpha: true });
render.setClearColor( 0x00, 0 )
But this method not work, any user have any idea? Thanks for your time and help, sincerely Tarik.
Additional file is on commit https://github.com/furnishup/blueprint3d/commit/5f2b8a4002d7d78745ba1f4eeb2f9101674ebc9a file
src/three/main.ts
line72