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

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

1. 物理引擎,我按照官方例子做的,不知道那里写错了,总是报这个错,大神帮我看下 [ 100%]

... } 会报错: Uncaught TypeError: Cannot read property '_color' of null at WebGLContext2D.__proto.stroke (laya.js:17440) at RenderContext._drawLine (laya.js:4738) at GraphicsGL.__proto._renderAll (laya.js:987) at RenderSprite3D.__proto._graphics (laya.js:5234) at RenderSprite3D.RenderSprite._initRen...

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

2. WebGL 绘制图形报错 [ 99%]

WebGL 绘制图形报错 问题是WebGLContext2D的fillRect报错 代码如下: Laya.init(1136, 640, WebGL ); var mask :Sprite = new Sprite(); mask.graphics.save(); mask.graphics.drawRect( 0, 0, Laya.stage.width, Laya.stage.height, 0xff0000 ); mask.graphics.restore(); mask.x = 0; mask.y = 0; Laya...

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

3. 分享一个Shader版的CoolDown实现 [ 66%]

...text, x: number, y: number): void {             (context.ctx as Laya.WebGLContext2D).setIBVB(x, y, this.iBuffer, this.vBuffer, this.iNum, null,                 coolDownShader.shader, this.shaderValue, 0, 0);         }     附件 : --> 2017-06-06 添加评论 免费帖 --> 分享 ...

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