大约有 18 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ShaderCompile3DProperties | Methods | Constants Packagelaya.d3.shaderClasspublic class ShaderCompile3DInheritanceShaderCompile3D ObjectPublic Properties PropertyDefined By _conchShader : *ShaderCompile3D debugMode :...
来源: laya_api 发布时间: 20170929
... //开启Shader编译调试模式,可在输出宏定义编译值。 Laya.ShaderCompile3D.debugMode = true; var sc = Laya.ShaderCompile3D.get("SIMPLE"); //部分低端移动设备不支持高精度shader,所以如果在PC端或高端移动设备输出的宏定义值需做判断移除高精度宏定...
来源: Laya_示例 发布时间: 20241117
...ormal;\n" + "void main(){\n" + "gl_FragColor=vec4(v_Normal,1.0);}\n"; Laya.ShaderCompile3D.add(customShader, vs, ps, attributeMap, uniformMap); }class Shader_Simple { private rotation: Laya.Vector3; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.scr...
来源: Laya_示例 发布时间: 20241117
...atic] 编译shader。 Shader3D find(name:String):Shader3D[static] 获取ShaderCompile3D。 Shader3D getSubShaderAt(index:int):SubShader 在特定索引获取子着色器。 Shader3D propertyNameToID(name:String):int[static] 通过Shader属性名称获得唯一ID。 Shader3DPublic Constants...
来源: Laya2.0_api 发布时间: 20190513
...: 你电脑是什么系统呢? 你可以把Shader调试模式打开看下ShaderCompile3D.debugMode = true; 2017-10-11 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ch_621 相关问题 发起问题须知,必看!!!不按提问...
来源: Laya_社区 发布时间: 20171011
...用 Laya3D.init,就会报错,提示:Conchshader is not defined at new ShaderCompile3D 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 w1114367261 赞同来自: 能否提供下你的ide版本那? ...
来源: Laya_社区 发布时间: 20180418
...er is not defined this._conchShader=/*__JS__*/new ConchShader(); at new ShaderCompile3D(http:// ... /bin/libs/laya3d.js...) 2018-05-23 1 0 分享 微博 QZONE 微信 z295738188 赞同来自: 我也遇到这个问题 2018-05-24 0 0 分享 微博 QZONE 微信 z295738188 赞同来自: 测试发现l...
来源: Laya_社区 发布时间: 20180523
...来是黑屏的,并且这个示例中处理shader编译的只有 Laya.ShaderCompile3D.add(customShader, vs, ps, attributeMap, uniformMap);这么一句话。我没有办法理解shader是如何和模型相关联的。 shader在wegl中有一系列的使用流程,例如gl.createShader,shaderSou...
来源: Laya_社区 发布时间: 20180115
...纹理在材质里,UI上的粒子是2d的粒子吗?2d的话会在。 ShaderCompile3D /**是否开启调试模式。 */ public static var debugMode:Boolean = false; 设置为true, /** * 通过宏定义预编译shader。 * @...
来源: Laya_社区 发布时间: 20180620
...or = texture2D(u_texture, v_Texcoord) + vec4(Emissive,1.0);\n" + "}"; Laya.ShaderCompile3D.add(customShader, vs, ps, attributeMap, uniformMap); }class Shader_GlowingEdge { private rotation: Laya.Vector3; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stag...
来源: Laya_示例 发布时间: 20241117