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

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

1. laya.d3.shader.ShaderCompile3D [ 100%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames ShaderCompile3DProperties | Methods | Constants Packagelaya.d3.shaderClasspublic class ShaderCompile3DInheritanceShaderCompile3D ObjectPublic Properties PropertyDefined By  _conchShader : *ShaderCompile3D  debugMode :...

来源: laya_api 发布时间: 20170929

2. 自定义shader-shader预编译 [ 96%]

... //开启Shader编译调试模式,可在输出宏定义编译值。 Laya.ShaderCompile3D.debugMode = true; var sc = Laya.ShaderCompile3D.get("SIMPLE"); //部分低端移动设备不支持高精度shader,所以如果在PC端或高端移动设备输出的宏定义值需做判断移除高精度宏定...

来源: Laya_示例 发布时间: 20241117

3. 小游戏真机调试3d资源不显示 [ 90%]

..._vertex_array_object polyfill EXT:webgl support OES_vertex_array_object! ShaderCompile use time:5 size:1508/3204 ShaderCompile use time:7 size:4811/5170 ShaderCompile use time:4 size:3416/4258 ShaderCompile use time:4 size:3415/4325 ShaderCompile use time:9 size:1210/1061 ShaderCompile use time:5 ...

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

4. vivo 的激励视频无法播放 app启动的时候报错 [ 82%]

...4ms (no filename):8 Setup OES_vertex_array_object polyfill (no filename):8 ShaderCompile use time:5 size:3798/6278 (no filename):8 ShaderCompile use time:3 size:32274/1165 (no filename):8 ShaderCompile use time:5 size:251/671 (no filename):8 ShaderCompile use time:5 size:191/365 (no filename):8 Shad...

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

5. 打CPK包在手机上运行会白屏,手机测试型号VIVO1419L。 [ 80%]

...10-13 17:31:18.291 6514-6514/com.vivo.vs I/chromium: [INFO:CONSOLE(3770)] "ShaderCompile use time:16  size:412/710", source: file:///data/data/com.vivo.vs/files/.game/854584523/1.0.10/libs/laya.webgl.js (3770) 10-13 17:31:18.441 6514-6514/com.vivo.vs I/chromium: [INFO:CONSOLE(3770)] "ShaderCompile ...

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

6. 打成ios包,运行时显示的测试扫码界面 [ 71%]

...Context type=layagl 2020-04-22 18:21:21.542170+0800 layabox[3608:626785]  ShaderCompile use time:14  size:5011/5105 2020-04-22 18:21:21.549517+0800 layabox[3608:626785]  ShaderCompile use time:6  size:1980/5939 2020-04-22 18:21:21.559118+0800 layabox[3608:626785]  ShaderCompile use time:8  siz...

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

7. 自定义shader-简单shader [ 69%]

...ormal;\n" + "void main(){\n" + "gl_FragColor=vec4(v_Normal,1.0);}\n"; Laya.ShaderCompile3D.add(customShader, vs, ps, attributeMap, uniformMap); }class Shader_Simple { private rotation: Laya.Vector3; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.scr...

来源: Laya_示例 发布时间: 20241117

8. Laya2.8.0 beta 创建一个新项目,然后添加laya.cannonPhysics.js库之类的就各种报错 [ 66%]

...asm:1 Uncaught SyntaxError: Invalid or unexpected token laya.core.js:21824 ShaderCompile use time:3  size:32274/1165 laya.core.js:21824 ShaderCompile use time:4  size:167/407 laya.core.js:21110 Uncaught Can not find class laya.physics.BoxCollider   然后值引用下面这几个库,则报附件...

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

9. laya.d3.shader.Shader3D [ 62%]

...atic] 编译shader。 Shader3D  find(name:String):Shader3D[static] 获取ShaderCompile3D。 Shader3D  getSubShaderAt(index:int):SubShader 在特定索引获取子着色器。 Shader3D  propertyNameToID(name:String):int[static] 通过Shader属性名称获得唯一ID。 Shader3DPublic Constants...

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

10. laya.d3.shader.ShaderPass [ 59%]

...3.shaderClasspublic class ShaderPassInheritanceShaderPass laya.webgl.utils.ShaderCompile ShaderPass 类用于实现ShaderPass。 Public Properties PropertyDefined By  renderState : RenderState[read-only] 获取渲染状态。 ShaderPassPublic Methods  MethodDefined By  ShaderPass(owner:SubShad...

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