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

大约有 608 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)

251. graphics使用matrix的异常情况 [ 60%]

...运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on...

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

252. 物理刚体(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 60%]

...球体模型并添加到舞台上 var sphere = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(1))); //新建一个球形的碰撞盒 var sphereShape = new Laya.SphereColliderShape(1); //给球添加刚体 var sphereRigid = sphere.addComponent(Laya.Rigidbody3D); //将碰撞盒...

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

253. Shader预编译解决方案 [ 60%]

...1:官方接口编译         private $compileShader(model: Laya.Sprite3D) {         if (model instanceof Laya.ShuriKenParticle3D) {             var shuriKenParticle3D: Laya.ShuriKenParticle3D = model as Laya.ShuriKenParticle3D;             var r...

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

254. Cannot read property 'toDefault' of undefined报错是什么原因 [ 60%]

...st(this.ray, this._outHitInfo, Number.MAX_VALUE, 10); if (this._outHitInfo.sprite3D.name === "tlj"){ isRotate = !isRotate; } // this.phasorSpriter3D.begin(Laya.WebGLContext.LINES, state); // //绘出射线 // this.phasorSpriter3D.line(this.ray.origin.x, this.ray.origin.y, this.ray.origin.z, 1.0, 0.0...

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

255. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 60%]

...性标识的类型支持引擎对象类型(例如:Laya.Vector3、Laya.Sprite3DLaya.Camera等)、自定义的对象类型(需要标记@regClass())、以及TS语言的基本类型。 3.2.5.1 引擎对象类型 引擎对象类型的理解比较简单,暴露组件属性之后,直接...

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

256. 如何将Tween缓动应用与3D物体 [ 60%]

...回复被折叠 要回复问题请先登录 发起人 soren 相关问题 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 缓动Tween能用在3D物体或者特效上面吗? 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破...

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

257. Unity5.5用LayaUnityPlugin 0.55导出模型 [ 60%]

...这个方法获取不到材质 var rootSkinMesh = scene.addChild(new Laya.Sprite3D()); var skinMesh0 = rootSkinMesh.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("3d/LayaScene_/Library/unity default resources-Cube.lm"))); var skinMesh1 = rootSkinMesh.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("3d...

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

258. LayaFlash支持XML的使用吗? [ 60%]

...运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 LayaBox IDE 支持多开吗 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使...

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

259. laya.d3.core.RenderableSprite3D_API3.0 [ 60%]

...All Inherited Externals Only exported Menu Globals "laya/d3/core/RenderableSprite3D" RenderableSprite3D Class RenderableSprite3D RenderableSprite3D 类用于可渲染3D精灵的父类,抽象类不允许实例。 Hierarchy Sprite3D RenderableSprite3D PixelLineSprite3D SkinnedMeshSprite3D MeshSprite...

来源: Laya3.0_api 发布时间: 20231115

260. 材质-BlinnPhong材质加载 [ 60%]

... new Laya.Vector3(1, -1, -1); var layaMonkey = scene.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/Lay...

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