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

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

161. 3D加载不了 [ 89%]

...a.Camera(0, 0.1, 10000)));         camera.transform.translate(new Laya.Vector3(0, 5, 5));         camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false);         camera.clearColor = Laya.Vector3(255,255,0.1);         camera.addComponent(CameraMoveScript);         //添...

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

162. laya.d3.renderobjs.nativeobj.NativeShadowCullInfo_API3.0 [ 89%]

...Parameters cullSphere: BoundSphere Returns void direction get direction(): Vector3 set direction(direction: Vector3): void Defined in laya/d3/RenderObjs/NativeOBJ/NativeShadowCullInfo.ts:79 Returns Vector3 Defined in laya/d3/RenderObjs/NativeOBJ/NativeShadowCullInfo.ts:71 Parameters direction: Vecto...

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

163. laya.d3.terrain.TerrainLeaf [ 89%]

...TEXT_COUNT : int[static] TerrainLeaf  _sizeOfY : Vector2TerrainLeaf  __VECTOR3__ : Vector3[static] TerrainLeafPublic Methods  MethodDefined By  TerrainLeaf() 创建一个新的 TerrainLeaf 实例。 TerrainLeaf  __init__():void[static] TerrainLeaf  calcLeafBoudingBox(worldMatrix:Matrix4x4...

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

164. this.tranfrom.translate(new Laya.Vector3(0,0,0), false);物体居然也能动?还是往奇怪的方向动,这些API到底有没有经过测试? [ 89%]

this.tranfrom.translate(new Laya.Vector3(0,0,0), false);物体居然也能动?还是往奇怪的方向动,这些API到底有没有经过测试? 2017-11-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Fait...

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

165. 动态阴影被切割了?为啥没有显示完成的阴影 [ 89%]

...eshSprite3D(new Laya.BoxMesh(x, y, z)); instance.transform.rotate(new Laya.Vector3(0, 0, 0), false, false); instance.transform.position = new Laya.Vector3(posX, posY, posZ); var material = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load(textureUrl); instance.meshRender.mat...

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

166. laya.d3.graphics.Vertex.VertexPositionTexture0 [ 89%]

...纹理顶点结构。 Public Properties PropertyDefined By  position : Vector3[read-only] VertexPositionTexture0  textureCoordinate0 : Vector2[read-only] VertexPositionTexture0  vertexDeclaration : VertexDeclaration[read-only] VertexPositionTexture0Public Methods  MethodDefined By  VertexP...

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

167. laya.d3.core.Camera [ 89%]

...。 BaseCamera fieldOfView : Number 获取视野。 BaseCamera forward : Vector3[read-only] 获取前向量。 BaseCamera id : int[read-only] 获取唯一标识ID。 Sprite3D isStatic : Boolean是否静态,静态包含一系列的静态处理。Sprite3D layer : Layer 获取蒙版。 Sprite3D l...

来源: laya_api 发布时间: 20170929

168. laya.maths.Matrix3x3_API3.0 [ 88%]

...出矩阵 Returns void Static createFromScaling createFromScaling(scale: Vector3, out: Matrix3x3): void Defined in laya/maths/Matrix3x3.ts:98 根据制定缩放生成3x3矩阵 Parameters scale: Vector3 缩放值 out: Matrix3x3 输出矩阵 Returns void Static createFromTranslation createFromTranslat...

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

169. transform.pivot = new Laya.Vector3(0,1,0); 设置pivot无效~~~~~~~~~~~~~ [ 88%]

transform.pivot = new Laya.Vector3(0,1,0); 设置pivot无效~~~~~~~~~~~~~ 2017-07-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 183*****755 赞同来自: leonszheng 3d中的pivot只会影响物体旋转,是...

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

170. 3D灯光阴影无效 [ 88%]

...new DirectionLight()) as DirectionLight; directionLight.ambientColor = new Vector3(0.7, 0.6, 0.6); directionLight.specularColor = new Vector3(1.0, 1.0, 0.9); directionLight.diffuseColor = new Vector3(1, 1, 1); directionLight.transform.position = new Vector3(0, 30, 0);  //这一行不管有没有,...

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