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

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

11. SubShader介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 89%]

...//引入Shader需要使用的其他库文件 Shader3D.addInclude("Lighting.glsl", LightingGLSL); Shader3D.addInclude("ShadowSampleTent.glsl", ShadowSampleTentGLSL); Shader3D.addInclude("GlobalIllumination.glsl", GlobalIllumination) Shader3D.addInclude("Shadow.glsl", ShadowGLSL); Shader3D.addInclude(...

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

12. SubShader介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 89%]

...//引入Shader需要使用的其他库文件 Shader3D.addInclude("Lighting.glsl", LightingGLSL); Shader3D.addInclude("ShadowSampleTent.glsl", ShadowSampleTentGLSL); Shader3D.addInclude("GlobalIllumination.glsl", GlobalIllumination) Shader3D.addInclude("Shadow.glsl", ShadowGLSL); Shader3D.addInclude(...

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

13. LayaFlash开发Stage3D需要注意哪些问题? [ 79%]

...时全部剔除掉。 2.AGAL脚本代码   AGAL脚本代码必须修改为GLSL脚本代码,项目中涉及到AGAL使用的代码部分需要做出以下修改(使用LayaFlash宏编译:http://layaflash.ldc.layabox.com/index.php?m=content&c=index&a=show&catid=6&id=9 辅助)。 ...

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

14. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 78%]

...5.146 ZhuaWawa[2531:1863752] found the file in the package:shaders/todevVS.glsl 2018-01-09 20:50:15.147 ZhuaWawa[2531:1863752] found the file in the package:shaders/fillColorPS.glsl 2018-01-09 20:50:15.147 ZhuaWawa[2531:1863752] found the file in the package:shaders/drawImagePS.glsl 2018-01-09 20:50...

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

15. FlashBuilder中第一个程序“Hello Layabox”(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 75%]

...动图3) ***Tips**:引擎包目录下`LayaAirFlash/flash`文件夹中的`glsl2agal.swc`也是用于Flash版本的发布,但是,引用`glsl2agal.swc`之后需要在项目的源路径处引用发布Flash的库。而LayaAirFlash.swc集成了库,所以无需重复引用。需要注意的是`Laya...

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

16. Starling项目需要注意哪些问题? [ 75%]

...件,则无需考虑修改shader相关的部分,内部已经进了AGAL2GLSL的转换。 对于高级用户,如果修改了Starling内置的AGAL,或者新加入了AGAL,则必须对修改或新写的AGAL做对应的转换GLSL处理,可参考Starling内部的AGAL2GLSL修改实现。 6. Starling...

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

17. [LayaAir3]WaterPrimaryMaterial的shader为空 [ 73%]

...3d的shader例子,有没有2d的shader例子? shader中BlinnPhongFrag.glsl这些glsl在哪 Laya3d自定义shader 用laya的shader报错 关于Shader的多Pass建议 问题状态 最新活动: 2024-03-22 16:38 浏览: 2745 关注: 2 人 Heured • 2024-03-22 17:14 那在源码和声明文件里...

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

18. ReferenceError: exports is not defined [ 71%]

...ter is not defined 微信小游戏:CustomEvent is not defined 报错:__glsl is not defined,而且bundle.js出现__glsl 问题状态 最新活动: 2018-08-29 20:18 浏览: 2046 关注: 3 人 疯狂的码头 • 2018-05-24 07:49 index.html中引入文件的顺序要和调用的顺序一致。 La...

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

19. 如何使用vscode编译laya项目 [ 69%]

...ire(ideModuleDir + 'rollup-plugin-typescript2');//typescript2 plugin const glsl = require(ideModuleDir + 'rollup-plugin-glsl'); // 如果是发布时调用编译功能,增加prevTasks let prevTasks = ""; if (global.publish) { prevTasks = ["loadConfig"]; } gulp.task("compile", prevTasks, function (...

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

20. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 67%]

...riginal gulp-uglify-es iconv-lite request require-dir rollup rollup-plugin-glsl rollup-plugin-typescript2   b)、右键 LayaAirIDE.app->显示包内容,定位到 Contents->Resources->app->node_modules,在该目录中查看上一步中找到的依赖包的版本,比如 del 这个...

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