大约有 2,452 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)
Laya_社区(2243) Laya3.0_api(70) Laya2.0_文档(68) Laya3.0_文档(22) Laya2.0_api(22) laya_api(21) Laya_示例(6)
[0]自定义Shader暴露StencilOp参数后材质报错 ①Demo中新建了一个自定义Shader:StencilShader,并在uniformMap中尝试暴露MaterialParser中提到的Stencil参数——s_StencilOp(Vector3); ②新建材质球,材质将引用的Shader修改为StencilUnlit; ③...
来源: Laya_社区 发布时间: 20231107
...Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; initShader(); var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.5, 1.5)); camera.addComponent(CameraMoveScript); var lay...
来源: Laya_示例 发布时间: 20241118
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/ShaderPass" ShaderPass Class ShaderPass ShaderPass 类用于实现ShaderPass。 Hierarchy ShaderCompileDefineBase ShaderPass Index Constructors constructor Properties statefirst Accessors renderState Constructors const...
来源: Laya3.0_api 发布时间: 20231102
...如果在着色器代码中有使用到宏的话,开发者需要使用 Shader3D 的 `getDefineByName` 接口注册宏定义。 > 注册宏定义的接口统一到了Shader3D中,是在2.3.* 版本优化之后的。在这之前的版本,开发者需要使用 ShaderDefines 的 registerDefine 方...
来源: Laya2.0_文档 发布时间: 20210714
2.4 蒙皮自定义shader不正常执行 按照官网的示例 做自定义shader的demo尝试. 在使用Uniy导出的材质, 动作正常. 使用自定义shader. 1.模型方向不一致了. 2.模型的动画失效了. 附件 : --> customShaderDemo.zip 2019-11-29 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20191129
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/pbr/PBRDefaultDFG" PBRDefaultDFG Class PBRDefaultDFG Hierarchy PBRDefaultDFG Index Accessors defaultDFG Methods DefaultDfgTexture Accessors Static defaultDFG get defaultDFG(): Texture2D set defaultDFG(value: Texture2D)...
来源: Laya3.0_api 发布时间: 20231102
Image 2D图片 是不是没有自定义shader的方法???哪怕自己写了个shader也没法用上去。只能用3种滤镜就别无选择么? 如题,目前laya没有提供自定义shader给2D图片么。比如我想实现个自定义贴图的滤镜给Image。 2018-04-14 添加评论 免...
来源: Laya_社区 发布时间: 20180414
...Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; initShader(); var scene = Laya.stage.addChild(Laya.Scene.load("../../res/threeDimen/scene/terrain/terrain.ls")); var camera = scene.addChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.rotate(new Laya.Vector3(-38, 180, 0), f...
来源: Laya_示例 发布时间: 20241118
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/ShurikenParticle/ParticleShuriKenShaderInit" ParticleShuriKenShaderInit Class ParticleShuriKenShaderInit ParticleShuriKen Shader init Hierarchy ParticleShuriKenShaderInit Index Methods init Methods Static init init(): ...
来源: Laya3.0_api 发布时间: 20231115
laya3D有没学习Shader的文档啊 2018-03-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 luo7954 赞同来自: 直接看不懂官提供的Shader的实例代码。。有没文档提供学习下 2018-03-19 0 ...
来源: Laya_社区 发布时间: 20180319