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

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

391. 关于转换2D屏幕坐标系统到3D正交投影下的坐标系统 [ 82%]

...nt = new Point(posX, posY); this.bottomScene.localToGlobal(pos2d); var pos:Vector3 = new Vector3(pos2d.x, pos2d.y, 0); var _translate:Vector3 = new Vector3(0, 0, 0); camera.convertScreenCoordToOrthographicCoord(pos, _translate); 2018-03-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

392. SkyProceduralMaterial材质详解(ActionScript-3D基础(AS3)-天空材质详解) [ 82%]

...20。 `atmosphereThickness:Number` 大气厚度,范围是0到5。 `skyTint:Vector4 ` 天空颜色。 `groundTint:Vector4` 地面颜色。 `exposure:Number` 曝光强度,范围是0到8。 #### 创建和使用材质 下面的代码对官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?l...

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

393. laya.d3.physicscannon.shape.CannonSphereColliderShape_API3.0 [ 82%]

...ape.ts:16 形状方向_Z轴正向 Accessors localOffset get localOffset(): Vector3 set localOffset(value: Vector3): void Inherited from CannonColliderShape.localOffset Defined in laya/d3/physicsCannon/shape/CannonColliderShape.ts:119 Shape的本地偏移。 Returns Vector3 Inherited from CannonColli...

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

394. laya.d3.core.material.unlit.UnlitTestMaterial_API3.0 [ 82%]

...etShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBuffe...

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

395. 3D场景中背景无法透明,版本2.7.1 [ 82%]

...dChild(new Laya.Camera(0, 0.1, 100))); camera.transform.translate(new Laya.Vector3(0, 3, 3)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor=null; //添加方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.V...

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

396. laya.d3.core.particleshuriken.module.GradientSize_API3.0 [ 82%]

...定尺寸。 Returns number constantMaxSeparate get constantMaxSeparate(): Vector3 Defined in laya/d3/core/particleShuriKen/module/GradientSize.ts:197 最小分轴随机双固定尺寸。 Returns Vector3 constantMin get constantMin(): number Defined in laya/d3/core/particleShuriKen/module/GradientSi...

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

397. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 82%]

...l  blendSrc : int 获取混合源。 ShurikenParticleMaterial  color : Vector4 获取颜色。 ShurikenParticleMaterial  colorA : Number 获取颜色Z分量。 ShurikenParticleMaterial  colorB : Number 获取颜色B分量。 ShurikenParticleMaterial  colorG : Number 获取颜色G分量。 ...

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

398. laya.d3.core.SkinnedMeshRenderer [ 82%]

...Properties Show Inherited Public Properties PropertyDefined By  bones : Vector.<Sprite3D>[read-only] 用于蒙皮的骨骼。 SkinnedMeshRenderer bounds : Bounds[read-only] 获取包围盒,只读,不允许修改其值。 BaseRender castShadow : Boolean 获取是否产生阴影。 BaseRend...

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

399. 官方DynamicBatchTest照做为什么动态合不了批? [ 82%]

...e = Laya.stage.addChild(new Laya.Scene3D()); scene.ambientColor = new Laya.Vector3(1, 1, 1);   var camera = scene.addChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.translate(new Laya.Vector3(0, 6.2, 10.5)); camera.transform.rotate(new Laya.Vector3(-40, 0, 0), true, false); camera.addCompone...

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

400. 3d下阴影渲染问题求解 [ 82%]

...box = boxSys.object3d; parent.addChild(box); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); box.transform.localPosition = new Laya.Vector3((i-5)*boxSize*1.1,0,j*boxSize*1.1-1); var material = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("res/layabox.png...

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