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

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

151. 3D场景-地形场景 [ 68%]

.../res/threeDimen/skyBox/skyBox3/skyCube.ltc"); camera.sky = skyBox; var meshSprite3D = scene.getChildByName('Scenes').getChildByName('HeightMap'); meshSprite3D.active = false; var meshSprite3D1 = scene.getChildByName('Scenes').getChildByName('Area'); meshSprite3D1.active = false; }); class TerrainSce...

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

152. VR场景-VR场景 [ 68%]

...t laya.d3.core.BaseCamera; import laya.d3.core.Camera; import laya.d3.core.Sprite3D; import laya.d3.core.VRCamera; import laya.d3.core.light.DirectionLight; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import laya.d3.resource.TextureCube; import laya.d3.resource.models.SkyBox; impor...

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

153. laya.d3.core.light.PointLight_API3.0 [ 68%]

... Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Accessors active get active(): boolean set active(value: boolean): void Inherited from Node.active Defined in laya/display/Node.ts:655 获取自身是否激活...

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

154. 加载lh模型后,添加Laya.SkinAnimations组件就报错 [ 68%]

...组件不建议用,  用ainimator 更好, 如果用的话要加在MeshSprite3D 上。 不能直接加在Sprite3D 上。 2018-07-03 0 0 分享 微博 QZONE 微信 186*****530 赞同来自: 卧槽太牛逼了,官方教程和第三方以及引擎实例在旧版动画那边都用这个SkinAnimati...

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

155. Laya 3D: unknown mesh version [ 68%]

...known mesh version 使用的2.0.0版 加载unity2018.2导出的模型 Laya.Sprite3D.load("res/L2.0/Conventional/YJD.lh",Laya.Handler.create(this,function(sp){ var sprite3D = scene.addChild(sp); 加载报错 Laya 3D: unknown mesh version 2019-01-30 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

156. laya.d3.core.light.SpotLight_API3.0 [ 68%]

... Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Accessors active get active(): boolean set active(value: boolean): void Inherited from Node.active Defined in laya/display/Node.ts:655 获取自身是否激活...

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

157. 如何加载使用从服务器下载的图片 [ 67%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? ios14系统下 blendMode='lighter' ...

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

158. laya.d3.core.light.DirectionLight [ 67%]

...lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激...

来源: Laya2.0_api 发布时间: 20190513

159. 3d粒子只要勾了looping,每次播放完开始下一次循环的时候都会闪烁一下 [ 67%]

...Laya.Vector3(300, 500, 0); var translate = new Laya.Vector3(0, 0, 0); Laya.Sprite3D.load("res/LayaScene_gamescene/Conventional/chest01.lh", Laya.Handler.create(this, function(sp:Laya.Sprite3D):void { console.log("111111111111111111111") var target: Laya.Sprite3D = scene3d.addChil...

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

160. material材质平铺 [ 67%]

...质,这样能平铺吗? var plane = this.scene.addChild(new Laya.MeshSprite3D(new Laya.PlaneMesh(200, 50, 1, 1))); plane.transform.translate(new Laya.Vector3(0, -0.4, 0)); var material1 = new Laya.StandardMaterial(); material1.diffuseTexture = Laya.Texture2D.load("http://192.168.1.41/brick_diffu...

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