大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)
...terial(); material.albedo = new Vector4(1.3, 1.3, 1.3, 1); material.diffuseTexture = Texture2D.load("res/threeDimen/layabox.png"); plane.meshRender.material = material; //生成坐标中心,其实是球体 var sphere:MeshSprite3D = scene.addChild(new MeshSprite3D(new SphereMesh(0.05,100,100))) as ...
来源: Laya_社区 发布时间: 20161223
...目前已经被锁定, 无法添加新回复 发起人 fym201 相关问题 Texture图片能否进行翻转? Native2.0正式版wss连接不成功web版本没问题,有DEMO LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 laya Native播放视频 发布web之后 ...
来源: Laya_社区 发布时间: 20170406
...ader.load("res/apes/monkey2.png",Laya.Handler.create(this,function() { var texture=Laya.loader.getRes("res/apes/monkey2.png"); var sp=new Laya.Sprite(); sp.graphics.drawTexture(texture,0,0); sp.size(texture.width,texture.height); Laya.stage.addChild(sp); })); 使用Graphics.drawTexture并不会自...
来源: Laya3.0_文档 发布时间: 20241014
...RANSPARENT SHADERDEFINE_ADDTIVEFOG SHADERDEFINE_ALPHATEST SHADERDEFINE_MAINTEXTURE defaultMaterial renderQuality Accessors MaterialDefine MaterialProperty _defineDatas albedoColor albedoTexture alphaTest alphaTestValue anisotropy anisotropyEnable anisotropyRotation anisotropyTexture blend blendDst b...
来源: Laya3.0_api 发布时间: 20231115