大约有 5 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)
...cone.transform.position = new Laya.Vector3(-2.0, 0.375, 0.6); //平面 var plane = sprite3D.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createPlane(6, 6, 10, 10))); ``` 效果如图1: ![](img/1.png)(图1)
来源: Laya2.0_文档 发布时间: 20210715
...cone.transform.position = new Laya.Vector3(-2.0, 0.375, 0.6); //平面 var plane = sprite3D.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createPlane(6, 6, 10, 10))); ``` 效果如图1: ![](img/1.png)(图1)
来源: Laya2.0_文档 发布时间: 20210714
...e3D; cone.transform.position = new Vector3(-2.0, 0.375, 0.6); //平面 var plane:MeshSprite3D = sprite3D.addChild(new MeshSprite3D(PrimitiveMesh.createPlane(6, 6, 10, 10))) as MeshSprite3D; ``` 效果如图1: ![](img/1.png)(图1)
来源: Laya2.0_文档 发布时间: 20210715
...Projection - perspective - Field of View - Orthographic - size 4. Clipping Planes - Near - Far 5. Viewport Rect - X - Y - W - H 6. Allow HDR - Light ![Light](./img/components/class-Light-0.png) 1. Type - Directional - Spot - Range - Spot Angle - Point - Range 2. Color 3. Mode - Realtime - Mixed - Ba...
来源: Laya2.0_文档 发布时间: 20200822
...视野范围),Orthographic正交(size视野大小)) | | Clipping Planes(剪裁平面) | 支持(包括:Near近点、Far远点) | | Viewport Rect(标准视图矩形) | 支持(包括:X、Y、W、H) | | Allow HDR(允许渲染高动态色彩画面) | 支持 | > Culling M...
来源: Laya2.0_文档 发布时间: 20210714