大约有 86 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0031 秒)
...rial(); earthMat.albedoTexture = tex; earthMat.albedoIntensity = 1; earth1.meshRenderer.material = earthMat; })); ``` 效果如下(图3): ![](img/3.png)(图3) #### 4. 网格加载 单个网格加载使用的 Mesh.load 方法。 ```typescript //加载Mesh Mesh.load("res/threeDimen/skinModel/L...
来源: Laya2.0_文档 发布时间: 20210715
...图 customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 Laya.timer.frameLoop(1, this, function() { layaMonkey.transform.rotate(this.rotation, false); }); })); ``` ####
来源: Laya2.0_文档 发布时间: 20210715
...图 customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 Laya.timer.frameLoop(1, this, function() { layaMonkey.transform.rotate(this.rotation, false); }); })); ``` ####
来源: Laya2.0_文档 发布时间: 20210715
...aneMat.tilingOffset = new Laya.Vector4(10, 10, 0, 0); //设置材质 plane.meshRenderer.material = planeMat; //平面添加物理碰撞体组件 var planeStaticCollider = plane.addComponent(Laya.PhysicsCollider); //创建盒子形状碰撞器 var planeShape = new Laya.BoxColliderShape(10, 0, 10); //...
来源: Laya2.0_文档 发布时间: 20210714
...sh.createSphere(0.25, 20, 20); let sphereRender = sphere.addComponent(Laya.MeshRenderer); // 为球体添加像素线渲染精灵 let sphereLineSprite3D: Laya.PixelLineSprite3D = new Laya.PixelLineSprite3D(3500); this.scene.addChild(sphereLineSprite3D); //设置像素线渲染精灵线模式 Tool.li...
来源: Laya3.0_文档 发布时间: 20241014
...图 customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 Laya.timer.frameLoop(1, this, function() { layaMonkey.transform.rotate(this.rotation, false); }); })); ``` ####
来源: Laya2.0_文档 发布时间: 20210715
...NSPARENT; // mat.depthTest = Laya.RenderState.DEPTHTEST_ALWAYS; this.plane.meshRenderer.material=mat; } 附件 : --> 2020-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 157*****593 赞同来自: 麻烦提供...
来源: Laya_社区 发布时间: 20200626
...象类不允许实例。 Hierarchy Component BaseRender PixelLineRenderer MeshRenderer BatchRender ShurikenParticleRenderer TrailRenderer UI3D HLODRender StaticBatchMeshRender Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPa...
来源: Laya3.0_api 发布时间: 20231115
...aneMat.tilingOffset = new Laya.Vector4(10, 10, 0, 0); //设置材质 plane.meshRenderer.material = planeMat; //平面添加物理碰撞体组件 var planeStaticCollider:Laya.PhysicsCollider = plane.addComponent(Laya.PhysicsCollider); //创建盒子形状碰撞器 var planeShape:Laya.BoxColliderShape...
来源: Laya2.0_文档 发布时间: 20210715
... planeMat.tilingOffset = new Vector4(10, 10, 0, 0); //设置材质 plane.meshRenderer.material = planeMat; //平面添加物理碰撞体组件 var planeStaticCollider:PhysicsCollider = plane.addComponent(PhysicsCollider); //创建盒子形状碰撞器 var planeShape:BoxColliderShape = new BoxCollide...
来源: Laya2.0_文档 发布时间: 20210714