You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/__test__/LightTest.ts

7 lines
169 B

//创建半球光
function CreateHemisphereLight()
{
var hemiLight = new THREE.HemisphereLight(0xddeeff, 0x0f0e0d, 1);
// app.m_Viewer.m_Scene.add(hemiLight);
}