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

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

151. laya.d3.physics.ContactPoint [ 90%]

...B。ContactPoint  distance : Number = 0距离。ContactPoint  normal : Vector3法线。ContactPoint  positionOnA : Vector3碰撞器A的碰撞点。ContactPoint  positionOnB : Vector3碰撞器B的碰撞点。ContactPointPublic Methods  MethodDefined By  ContactPoint() 创建一个 ContactP...

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

152. laya.d3.math.BoundSphere [ 90%]

...用于创建包围球。 Public Properties PropertyDefined By  center : Vector3包围球的中心。BoundSphere  radius : Number包围球的半径。BoundSpherePublic Methods  MethodDefined By  BoundSphere(center:Vector3, radius:Number) 创建一个 BoundSphere 实例。 BoundSphere  clone...

来源: laya_api 发布时间: 20170929

153. laya.d3.core.glitter.Glitter [ 90%]

...3D 添加指定类型组件。 Sprite3D  addGlitterByPositions(position0:Vector3, position1:Vector3):void 通过位置添加刀光。 Glitter  addGlitterByPositionsVelocitys(position0:Vector3, velocity0:Vector3, position1:Vector3, velocity1:Vector3):void 通过位置和速度添加刀光。 Glit...

来源: laya_api 发布时间: 20170929

154. 加载不了模型 [ 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

155. phasorSpriter3D 无法使用 [ 89%]

...ar _color = new Laya.Vector4(1, 0, 0, 1); var _corners = new Array<Laya.Vector3>(); _corners[0] = new Laya.Vector3(); _corners[1] = new Laya.Vector3(); _corners[2] = new Laya.Vector3(); _corners[3] = new Laya.Vector3(); _corners[4] = new Laya.Vector3(); _corners[5] = new Laya.Vector3(); _corne...

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

156. laya.d3.graphics.VertexGlitter [ 89%]

...粒子顶点结构。 Public Properties PropertyDefined By  position : Vector3[read-only] VertexGlitter  textureCoordinate : Vector2[read-only] VertexGlitter  time : Number[read-only] VertexGlitter  vertexDeclaration : VertexDeclaration[read-only] VertexGlitterPublic Methods  MethodDefined...

来源: laya_api 发布时间: 20170929

157. 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

158. Vector3 is not a constructor [ 89%]

Vector3 is not a constructor mac 1.7.16   ------------------- 花了一天时间找到错误引发的地方   如果把这个类删除了,就不会报错,,,,,,, 我就想问一下有没有编译记录,告诉我是什么原因,,,,, 有没有大神知道,或遇到的...

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

159. 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

160. 动态阴影被切割了?为啥没有显示完成的阴影 [ 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