• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 173 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0028 秒)

171. 1.0 骨骼drawcall优化猥琐方法 [ 38%]

...法只传对submit设置的值          */         public static function createSubmit(context:WebGLContext2D, ib:IndexBuffer2D, vb:VertexBuffer2D, pos:int, sv:Value2D):Submit {             var o:Submit = _cache._length ? _cache[--_cache._length] : new Submit();     ...

来源: Laya_社区 发布时间: 20190628

172. 分享一个Shader版的CoolDown实现 [ 37%]

...前着色器的一个实例对象。          */         public static shader: coolDownShader = new coolDownShader();         constructor() {             var vs: string = " \             attribute vec2 position; \             attribute vec2 texcoord; \           ...

来源: Laya_社区 发布时间: 20170606

173. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 30%]

...mage 高度图。 * @param name 名字。 * @returns 地形渲染节点 */ static createFromMeshAndHeightMap(mesh: Mesh, texture: Texture2D, minHeight: number, maxHeight: number, name: string = null): MeshTerrainSprite3D { var meshTerrainSprite3D: MeshTerrainSprite3D = new MeshTerrainSprite3D(mesh, ...

来源: Laya3.0_文档 发布时间: 20230303