大约有 93 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0033 秒)
...小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? unity导出粒子文件问题 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ laya2.0加载3d场景报错Uncaught TypeError: Cannot read propert...
来源: Laya_社区 发布时间: 20200629
...子上,那就更完美了。 ![](img/2.png)(图2) ```typescript //随机生成坐标值 var sX = Math.random() * 0.75 + 0.25; var sY = Math.random() * 0.75 + 0.25; var sZ = Math.random() * 0.75 + 0.25; //创建盒型MeshSprite3D var box = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.cre...
来源: Laya2.0_文档 发布时间: 20210715
...:Texture2D, minHeight:Number, maxHeight:Number):HeightMap[static] 从图片生成高度图。 HeightMap creatFromMesh(mesh:Mesh, width:int, height:int, outCellSize:Vector2):HeightMap[static] 从网格精灵生成高度图。 HeightMap getHeight(row:int, col:int):Number 获取高度。 HeightMa...
来源: laya_api 发布时间: 20170929
...:Texture2D, minHeight:Number, maxHeight:Number):HeightMap[static] 从图片生成高度图。 HeightMap creatFromMesh(mesh:Mesh, width:int, height:int, outCellSize:Vector2):HeightMap[static] 从网格精灵生成高度图。 HeightMap getHeight(row:int, col:int):Number 获取高度。 HeightMa...
来源: Laya2.0_api 发布时间: 20190513
..."res/threeDimen/scene/TerrainScene/Assets/AStarMap.png"); //通过遮挡图生成astar网格数据 var aStarArr = this.createGridFromAStarMap(this.aStarMap); //使用astar组织数据 graph = new window.Graph(aStarArr); opts = {}; opts.closest = true; opts.heuristic = window.astar.heuristics.diagona...
来源: Laya2.0_文档 发布时间: 20210714
..."res/threeDimen/scene/TerrainScene/Assets/AStarMap.png"); //通过遮挡图生成astar网格数据 var aStarArr = this.createGridFromAStarMap(this.aStarMap); //使用astar组织数据 graph = new (window as any).Graph(aStarArr); opts = {}; opts.closest = true; opts.heuristic = (window as any).astar....
来源: Laya2.0_文档 发布时间: 20210715
..."res/threeDimen/scene/TerrainScene/Assets/AStarMap.png"); //通过遮挡图生成astar网格数据 var aStarArr:Array = createGridFromAStarMap(aStarMap); //使用astar组织数据 graph = new Browser.window.Graph(aStarArr); opts = {}; opts.closest = true; opts.heuristic = Browser.window.astar.heuris...
来源: Laya2.0_文档 发布时间: 20210714
...子上,那就更完美了。 ![](img/2.png)(图2) ```typescript //随机生成坐标值 var sX:int = Math.random() * 0.75 + 0.25; var sY:int = Math.random() * 0.75 + 0.25; var sZ:int = Math.random() * 0.75 + 0.25; //创建盒型MeshSprite3D var box:MeshSprite3D = scene.addChild(new MeshSprite3D(Pr...
来源: Laya2.0_文档 发布时间: 20210714
...子上,那就更完美了。 ![](img/2.png)(图2) ```typescript //随机生成坐标值 var sX:number = Math.random() * 0.75 + 0.25; var sY:number = Math.random() * 0.75 + 0.25; var sZ:number = Math.random() * 0.75 + 0.25; //创建盒型MeshSprite3D var box = scene.addChild(new Laya.MeshSprite3D(L...
来源: Laya2.0_文档 发布时间: 20210714
...在有限硬件资源中运行的设备。 1.2 主要功能 (图1) 层次生成与删除:用户可以设置多个LOD层次,也可以对新增的层次进行删除。 模型减面压缩:细节层次减面工具,能自动计算模型的三角面数量并依据压缩比例生成各个层次的...
来源: Laya3.0_文档 发布时间: 20241014