大约有 92 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0044 秒)
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Shader3DProperties | Methods | Constants Packagelaya.d3.shaderClasspublic class Shader3DInheritanceShader3D Object Shader3D 类用于创建Shader3D。 Public Properties PropertyDefined By debugMode : Boolean = false[st...
来源: Laya2.0_api 发布时间: 20190513
...) 任意模型,只要坐标值越大,模型扭曲变形越严重 求问shader中的attribute变量怎么动态修改 unity中的模型导出后在laya中显示不正常 模型资源释放问题 修改stage的scale后,会发生异常情况 关于发布oppo、vivo快游戏,无法生成Rpk问...
来源: Laya_社区 发布时间: 20250111
...应材质的基础属性,切换材质的着色器是通过选择材质的Shader来实现的,具体操作图动图2-1-1所示,来切换到其他类型的着色器。 动图2-1-1 2.1.1 BlinnPhong 着色器 Blinn-Phong光照模型能够简单描述物体表面对光的吸收与反射,使物体...
来源: Laya3.0_文档 发布时间: 20251011
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/Shader3D" Shader3D Class Shader3D Shader3D 类用于创建Shader3D。 Hierarchy Shader3D Index Constructors constructor Properties PERIOD_CAMERA PERIOD_CUSTOM PERIOD_MATERIAL PERIOD_SCENE PERIOD_SPRITE RENDER_STATE_BLE...
来源: Laya3.0_api 发布时间: 20231102
2d 自定义shader 如何给v_testValue 赋值 //顶点着色器程序和片元着色器程序。 let vs: string = `attribute vec2 position; attribute vec2 texcoord; attribute vec4 color; uniform vec2 si...
来源: Laya_社区 发布时间: 20180612
...而着色器蓝图功能,可以让开发者通过可视化的方式构建shader。 程序蓝图 着色器蓝图 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2025-01-04 00:17:27 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20250104
...xture setGlobalVector setGlobalVector2 setGlobalVector3 setRenderTarget setShaderDataColor setShaderDataInt setShaderDataMatrix setShaderDataNumber setShaderDataTexture setShaderDataVector setShaderDataVector2 setShaderDataVector3 setShaderDefine Constructors constructor new CommandBuffer(name?: str...
来源: Laya3.0_api 发布时间: 20231115
Laya中使用shader的问题 Laya中使用shader的教程太过简单。 能否有更详细一些的说明? 比如MultiPass如何设置等?各种着色器的输入定义,比如: uniform vec3 iResolution; // viewport resolution (in pixels) uniform float iGlobalTime; // shader playback time...
来源: Laya_社区 发布时间: 20170522
...如果在着色器代码中有使用到宏的话,开发者需要使用 Shader3D 的 `getDefineByName` 接口注册宏定义。 > 注册宏定义的接口统一到了Shader3D中,是在2.3.* 版本优化之后的。在这之前的版本,开发者需要使用 ShaderDefines 的 registerDefine 方...
来源: Laya2.0_文档 发布时间: 20210715
...如果在着色器代码中有使用到宏的话,开发者需要使用 Shader3D 的 `getDefineByName` 接口注册宏定义。 > 注册宏定义的接口统一到了Shader3D中,是在2.3.* 版本优化之后的。在这之前的版本,开发者需要使用 ShaderDefines 的 registerDefine 方...
来源: Laya2.0_文档 发布时间: 20210714