• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 173 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0031 秒)

141. U3D导出模型和动画,动画无法正常播放,预览也没有,载入场景资源提示:this._cacheAnimationNode没有Transfrom [ 46%]

...控制器没用OverrideAnimator Rig为:Generic Avatar:Create From This Model 预览挂上状态机后无法播放 强制导出场景,并加载后提示: TypeError: Cannot read property 'transform' of undefined laya.d3.js:41839 at SkinnedMeshRenderer.__proto._computeSubSkinnedData (file:///C:/L...

来源: Laya_社区 发布时间: 20190809

142. 国际化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 46%]

... }).setContent("en", { meshRate: "Mesh Rate2", meshRateTips: "Compress the model mesh based on the set ratio." }); console.log(myI18n.t("meshRate")); Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20251010

143. 3D场景-地形场景 [ 45%]

...math.Vector4; import laya.d3.resource.TextureCube; import laya.d3.resource.models.SkyBox; import laya.display.Stage; import laya.events.Event; import laya.utils.Stat; import common.CameraMoveScript; public class TerrainScene { public function TerrainScene() { Laya3D.init(0, 0, true); Laya.stage.scal...

来源: Laya_示例 发布时间: 20251209

144. Unity粒子系统导出支持列表(TypeScript-3D基础(TS)-LayaAir3D之Unity插件使用) [ 45%]

...修正 13. Simulation Space 模拟空间 - Local - Hierarchy 14. Scaling Model 缩放模式 - Hierarchy - Local 15. Play On Awake 16. Max Particls 17. Auto Random Seed - ### Emission module ![Emission](./img/Particle_System/PartSysEmissionModule-0.png) 1. Rate Over Time - Constant 固定值 - Random...

来源: Laya2.0_文档 发布时间: 20200822

145. Mesh网格-网格加载 [ 43%]

...ne.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm"))); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); class MeshL...

来源: Laya_示例 发布时间: 20251209

146. VR场景-VR地球 [ 43%]

... var earth = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/staticModel/earth/EarthPlanet.lh")); var skyBox = new Laya.SkyBox(); skyBox.textureCube = Laya.TextureCube.load("../../res/threeDimen/skyBox/skyBox3/skyCube.ltc"); vrCamera.sky = skyBox; var rotation = new Laya.Vector3(0, 0.002, 0)...

来源: Laya_示例 发布时间: 20251209

147. 自定义shader-边缘光照shader [ 42%]

...0); var dude = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/dude/dude.lh")); dude.once(Laya.Event.HIERARCHY_LOADED, this, function () { var customMaterial1 = new CustomMaterial(); customMaterial1.setDiffuseTexture(Laya.Texture2D.load("../../res/threeDimen/skinModel/dude/Assets/d...

来源: Laya_示例 发布时间: 20251209

148. 材质-BlinnPhong材质加载 [ 40%]

...ne.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm"))); //加载材质 layaMonkey.meshRender.material = Laya.StandardMaterial.load("../../res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/Materials/T_Diffuse.lmat...

来源: Laya_示例 发布时间: 20251209

149. 灯光-方向光 [ 39%]

...; var grid = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/staticModel/grid/plane.lh")); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); layaMonkey.once(Laya.Event.HIERARCHY_LOADED, this, function () { var aniSprite3d = layaMo...

来源: Laya_示例 发布时间: 20251209

150. 如何实现3d遮罩效果? [ 39%]

...th.Vector4; import laya.d3.resource.RenderTexture; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handler; import laya.utils.Stat; import threeDimen.common.CameraMoveScript; public class D3...

来源: Laya_社区 发布时间: 20170209