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

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

21. 问下,3D模型导出有什么要求 [ 58%]

...t = scene.addChild(new DirectionLight()) as DirectionLight; directionLight.ambientColor = new Vector3(0.6, 0.6, 0.6); directionLight.specularColor = new Vector3(0.6, 0.6, 0.6); directionLight.diffuseColor = new Vector3(0.6, 0.6, 0.6); directionLight.direction = new Vector3(1, -1, 0); 2017-03-20 0 2 ...

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

22. laya3D导入动画材质在安卓手机和电脑上显示正常,在苹果手机显示异常 [ 58%]

...is.scene = new Laya.Scene3D(); Laya.stage.addChild(this.scene); this.scene.ambientColor = new Laya.Vector3(0.5, 0.5, 0.5); //初始化相机 var camera = new Laya.Camera(0, 0.1, 100); this.scene.addChild(camera); camera.transform.translate(new Laya.Vector3(0, 3, 5)); camera.transform.rotate(new Laya...

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

23. u3d 插件导出 简单场景,用最新引擎无法加载成功 [ 58%]

...法二:可以给场景中添加方向光,把方向光的环境光颜色ambientColor = new Vector3(0.0, 0.0, 0.0); 2017-06-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xujiasen2015 相关问题 看了其他引擎才发现 LAYA ...

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

24. 3D光源 好诡异。 [ 57%]

...自: var spointLight = scene.addChild(new Laya.SpointLight()); spointLight.ambientColor = new Laya.Vector3(0.8, 0.8, 0.8); spointLight.specularColor = new Laya.Vector3(2.0, 2.0, 0.9); spointLight.diffuseColor = new Laya.Vector3(1, 1, 1); spointLight.transform.translate(new Laya.Vector3(0, 30, 0)); s...

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

25. laya.d3.terrain.TerrainChunk [ 57%]

...etailUrl1:String, detailUrl2:String, detailUrl3:String, detailUrl4:String, ambientColor:Vector3, diffuseColor:Vector3, specularColor:Vector4, sx1:Number = 1, sy1:Number = 1, sx2:Number = 1, sy2:Number = 1, sx3:Number = 1, sy3:Number = 1, sx4:Number = 1, sy4:Number = 1):voidTerrainChunk callLater(me...

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

26. Sprite3D-Sprite3D克隆 [ 57%]

...ONE; Stat.show(); scene = Laya.stage.addChild(new Scene()) as Scene; scene.ambientColor = new Vector3(1, 1, 1); var camera:Camera = scene.addChild(new Camera(0, 0.1, 100)) as Camera; camera.transform.translate(new Vector3(0, 0.5, 1)); camera.transform.rotate(new Vector3( -15, 0, 0), true, false); La...

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

27. 阴影太黑,阴影强度问题 [ 56%]

...,1 发现效果不明显,所以改大一些方便查看效果) scene.ambientColor = new Laya.Vector3(10,10,10) 我添加了环境色,并且截了图,发现阴影的颜色并没有改变(由于评论不能传图,所以我添加了一个回复在您的回复下方,请您查看)

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

28. 没有人尝试使用3d物理引擎么 [ 54%]

...ght=scene.addChild(new DirectionLight()) as DirectionLight; directionLight.ambientColor=new Vector3(0.6, 0.6, 0.6); directionLight.specularColor=new Vector3(0.6, 0.6, 0.6); directionLight.diffuseColor=new Vector3(1.6, 1.6, 1.6); directionLight.direction=new Vector3(1, -1, 0); //添加自定义模型...

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

29. Sprite3D-Sprite3D变换 [ 52%]

...ONE; Stat.show(); scene = Laya.stage.addChild(new Scene()) as Scene; scene.ambientColor = new Vector3(1, 1, 1); var camera:Camera = scene.addChild(new Camera(0, 0.1, 100)) as Camera; camera.transform.translate(new Vector3(0, 0.5, 1)); camera.transform.rotate(new Vector3( -15, 0, 0), true, false); va...

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

30. 加载.lh文件 运行后黑屏 无法显示 [ 52%]

...addChild(new Laya.Scene3D()) as Laya.Scene3D;         //this.scene.ambientColor = new Laya.Vector3(1, 1, 1);         camera.transform.translate(new Laya.Vector3(0,0.8,1.5));         camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false);     //  var camera:L...

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