大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)
...fsets[i] = new Vector3((Math.random() - 0.5) * 10, pointLightCom.range * 0.75, (Math.random() - 0.5) * 10); moveRanges[i] = new Vector3((Math.random() - 0.5) * 40, 0, (Math.random() - 0.5) * 40); } var spotLight: Laya.Sprite3D = (<Laya.Sprite3D>this.scene.addChild(new Laya.Sprite3D())); var sp...
来源: Laya3.0_文档 发布时间: 20241014
...e(); //画多边形 sp.graphics.drawPoly(30, 28, [0, 100, 50, 0, 100, 100, 75, 150, 25, 150], "#ffff00"); this.owner.addChild(sp); 代码运行效果如下图所示: (图4-4) 在修改的代码中,新增了D点坐标”75,150“与E点坐标”25,150“。通过将各个坐标点连接...
来源: Laya3.0_文档 发布时间: 20241014
.../ 创建网格 coneMesh.sharedMesh = Laya.PrimitiveMesh.createCone(0.25, 0.75); // 创建材质 let coneMaterial: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); coneRender.sharedMaterial = coneMaterial; //把圆锥形3D节点对象添加到3D场景节点下 this.scene.addChild(cone); //设...
来源: Laya3.0_文档 发布时间: 20241014