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

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

141. RenderTexture的像素读取(JavaScript-3D基础(JS)-LayaAir3D之纹理) [ 81%]

...相机渲染目标的像素数据,默认renderTarget的颜色为RGBA var out = new Uint8Array(2048*2048*4); renderTargetCamera.renderTarget.getData(0, 0, 2048, 2048, out); //设置纹理的填充像素像素 tex.setPixels(out); ``` 在开始渲染后,我们调整视角就可以看到拍照的效...

来源: Laya2.0_文档 发布时间: 20210714

142. 微信飞机大战报错 [ 81%]

...\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeConnection.js:56:28)     at ChromeDebugAdapter.get chrome [as chrome] (d:\Program\LayaAirIDE_1.7.0\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeDebugAda...

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

143. RenderTexture的像素读取(TypeScript-3D基础(TS)-LayaAir3D之纹理) [ 81%]

...相机渲染目标的像素数据,默认renderTarget的颜色为RGBA var out = new Uint8Array(2048*2048*4); renderTargetCamera.renderTarget.getData(0, 0, 2048, 2048, out); //设置纹理的填充像素像素 tex.setPixels(out); ``` 在开始渲染后,我们调整视角就可以看到拍照的效...

来源: Laya2.0_文档 发布时间: 20210714

144. Error TS5007 [ 81%]

...转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? Error: asBitmap no size! Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 加载...

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

145. laya.d3.core.pixelLine.PixelLineFilter [ 81%]

...lLineSprite3D, maxLineCount:int)PixelLineFilter  _getLineData(index:int, out:PixelLineData):void 获取线段数据 PixelLineFilter  _getType():int[override] 获取几何体类型。 PixelLineFilter  _prepareRender(state:RenderContext3D):Boolean[override] PixelLineFilter  _render(state:Rende...

来源: Laya2.0_api 发布时间: 20190513

146. Flash Builder开发环境配置(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 81%]

...oc}\.actionScriptProperties;;iflash=false;chromerun=true;quickcompile=true;out=bin/js/bundle.js;subpath=;script=ES6;outlaya=true;layaists=true`,点击”应用“即可完成本次配置。 如果我们不想每次编译都启动一个新的谷歌浏览器进程,按刚才的配置方式再次创...

来源: Laya2.0_文档 发布时间: 20210715

147. RenderTexture的像素读取(ActionScript-3D基础(AS3)-LayaAir3D之纹理) [ 81%]

...相机渲染目标的像素数据,默认renderTarget的颜色为RGBA var out:Uint8Array = new Uint8Array(2048*2048*4); renderTargetCamera.renderTarget.getData(0, 0, 2048, 2048, out); //设置纹理的填充像素像素 tex.setPixels(out); ``` 在开始渲染后,我们调整视角就可以看到拍...

来源: Laya2.0_文档 发布时间: 20210714

148. 调试时报错Error processing "evaluate": TypeError: Cannot read property 'api' of undefined [ 81%]

...\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeConnection.js:56:28)     at ChromeDebugAdapter.get chrome [as chrome] (d:\LayaAirIDE_1.7.1\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeDebugAdapter.js:...

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

149. throw new Error 后无任何输出... [ 80%]

...2 个回复 popo 赞同来自: throw new Error("setChildIndex:The index is out of bounds.") 这一种写法就是个浪费劳动力的做法,,,,什么输出都没有,,,,, 2016-12-14 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 你在调试的情况下,可以自动断点...

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

150. laya.d3.utils.Picker [ 80%]

...ewport, projectionMatrix:Matrix4x4, viewMatrix:Matrix4x4, world:Matrix4x4, out:Ray):void[static] 计算鼠标生成的射线。 Picker  rayIntersectsTriangle(ray:Ray, vertex1:Vector3, vertex2:Vector3, vertex3:Vector3):Number[static] 计算射线和三角形碰撞并返回碰撞距离。 PickerCons...

来源: Laya2.0_api 发布时间: 20190513