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

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

1. 添加Include(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 100%]

# 添加 Include ###### *version :2.7.0beta Update:2020-6-9* 在构建一个比较复杂的Shader时,开发者可能会去构建一个工具库,方便自己的后续开发。在这时就需要在代码中 `addInclude` 对应函数库 。 需要引用时可以按照下面的代码去添加引用...

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

2. add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 [ 93%]

add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 附件 : --> 2019-01-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 soren 赞同来自: ...

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

3. 见鬼,Label提示未定义,如图 [ 81%]

见鬼,Label提示未定义,如图 提示Label未定义: 该include的都include了,Button等组件也可以正常使用   附件 : --> 2018-04-28 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 HumbleDust...

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

4. 如何使用vscode编译laya项目 [ 74%]

...cks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }),3、compile.js 完整代码如下 // v1.2.2 //获取Node插件和工作路径 [b]let ideModuleDir; let workSpaceDir; for(var argv of process.argv) { if(argv.indexOf("--cwd=") == 0) { ideModuleDir = argv.sp...

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

5. 自定义Shader · LayaAir3.0文档 · LAYABOX [ 70%]

...示例代码如下: #defineGLSL unlitVS #define SHADER_NAME UnlitShader #include "Math.glsl"; #include "Scene.glsl"; #include "SceneFogInput.glsl"; #include "Camera.glsl"; #include "Sprite3DVertex.glsl"; #include "VertexCommon.glsl"; #ifdef UV varying vec2 v_Texcoord0; #endif // UV #ifdef COLOR va...

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

6. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 69%]

...                             /* Specify library files to be included in the compilation. */     // "allowJs": true,                       /* Allow javascript files to be compiled. */     // "checkJs": true,                       /* Report errors in .js file...

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

7. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 67%]

...cks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }), glsl({ // By default, everything gets included include: /.*(.glsl|.vs|.fs)$/, sourceMap: false, compress:false }), /*terser({ output: { }, numWorkers:1,//Amount of workers to spawn. Defaults to the number...

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

8. 解决游戏最小化退到后台后浏览器会强制1秒执行一次ILaya.stage._loop() [ 67%]

...             // also filters out NaN, non-number types, including empty strings, but allows bigints             const valid = ms > 0 && ms < Infinity              if (valid === false) {                 if (t...

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

9. 一个简单的跑酷曲面shader分享 [ 65%]

...TERIAL, "u_ZDistance": Laya.Shader3D.PERIOD_MATERIAL } var vs: string = ` #include "Lighting.glsl"; attribute vec4 a_Position; attribute vec2 a_Textcoord; uniform mat4 u_WorldMat; uniform mat4 u_MvpMatrix; uniform mat4 u_View; uniform mat4 u_Projection; uniform float u_XOffset; uniform float u_YOffs...

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

10. VScode指令编译出错 [ 63%]

...r TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '[]'. 附件 : --> FrameWork2_0.zip 2020-01-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...

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