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

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

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

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

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

2. 添加Include(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 98%]

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

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

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

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

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

4. 添加Include(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 91%]

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

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

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

...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

6. 用 texturepacker .json+.png File [ 61%]

...ile上传图片,有些安卓机黑屏或卡死,为什么? add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 微信游戏多次加载出现:copyFile:fail the maximum size of the file storage limit is exceeded 问题状态 ...

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

7. ShaderPass介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 50%]

...用的着色器: 顶点着色器 `outline02.vs` 代码如下: ```c++ #include "Lighting.glsl"; attribute vec4 a_Position; attribute vec2 a_Texcoord0; uniform mat4 u_MvpMatrix; uniform mat4 u_WorldMat; attribute vec3 a_Normal; varying vec3 v_Normal; varying vec2 v_Texcoord0; void main() { gl_Posi...

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

8. 如何自定义Shader(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 50%]

...tomMaterials`下 顶点着色器 `simpleShader.vs` 代码如下: ```c++ #include "Lighting.glsl"; attribute vec4 a_Position; uniform mat4 u_MvpMatrix; uniform mat4 u_WorldMat; attribute vec3 a_Normal; varying vec3 v_Normal; void main() { gl_Position = u_MvpMatrix * a_Position; mat3 worldMat=mat3(u...

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

9. 如何自定义Shader(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 49%]

...tomMaterials`下 顶点着色器 `simpleShader.vs` 代码如下: ```c++ #include "Lighting.glsl"; attribute vec4 a_Position; uniform mat4 u_MvpMatrix; uniform mat4 u_WorldMat; attribute vec3 a_Normal; varying vec3 v_Normal; void main() { gl_Position = u_MvpMatrix * a_Position; mat3 worldMat=mat3(u...

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

10. ENOENT: no such file or directory, open 'D:\layaidehello eleasewxgameLayaSample.js.map [ 43%]

...in prefab can't export You should check the texture file format add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 Swift中接入其他都正常,但是在你们的conchConfig中,报错'string' file not found 微信游戏多次...

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