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

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

81. Sprite3D-Sprite3D变换 [ 95%]

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.5, 1)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); Laya.loader.create("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(this, onComplete)); function onComplete...

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

82. laya.d3.math.Plane [ 95%]

... By  distance : Number平面到坐标系原点的距离Plane  normal : Vector3平面的向量Plane  PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane  PlaneIntersectionType_Front : int = 1[static] Plane  PlaneIntersectionType_Intersecting : int = 2[stat...

来源: laya_api 发布时间: 20170929

83. laya.d3.math.Plane [ 95%]

... By  distance : Number平面到坐标系原点的距离Plane  normal : Vector3平面的向量Plane  PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane  PlaneIntersectionType_Front : int = 1[static] Plane  PlaneIntersectionType_Intersecting : int = 2[stat...

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

84. laya.d3.core.particleShuriKen.module.GradientColor [ 94%]

...创建渐变颜色。 Public Properties PropertyDefined By  constant : Vector4[read-only] 固定颜色。 GradientColor  constantMax : Vector4[read-only] 最大固定颜色。 GradientColor  constantMin : Vector4[read-only] 最小固定颜色。 GradientColor  gradient : Gradient[read-only]...

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

85. laya.d3.core.particleShuriKen.module.GradientColor [ 94%]

...创建渐变颜色。 Public Properties PropertyDefined By  constant : Vector4[read-only] 固定颜色。 GradientColor  constantMax : Vector4[read-only] 最大固定颜色。 GradientColor  constantMin : Vector4[read-only] 最小固定颜色。 GradientColor  gradient : GradientDataColor[r...

来源: laya_api 发布时间: 20170929

86. laya.d3.graphics.VertexElementFormat [ 94%]

...ElementFormat  Color : String = color[static] VertexElementFormat  HalfVector2 : String = halfvector2[static] VertexElementFormat  HalfVector4 : String = halfvector4[static] VertexElementFormat  NormalizedShort2 : String = normalizedshort2[static] VertexElementFormat  NormalizedShort4 : St...

来源: laya_api 发布时间: 20170929

87. Mesh网格-自定义网格 [ 94%]

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.dire...

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

88. 材质-BlinnPhong-法线贴图 [ 94%]

...项目开发更高效。Laya3D.init(0, 0, true); this.rotation = new Laya.Vector3(0, 0.01, 0); this.normalMapUrl = ["../../res/threeDimen/staticModel/lizardCal/rock_norm.png", "../../res/threeDimen/staticModel/lizardCal/lizard_norm.png", "../../res/threeDimen/staticModel/lizardCal/lizard_norm.png"];...

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

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

...纹理顶点结构。 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

90. LayaAir3D中的Transform变换(ActionScript-3D基础(AS3)-LayaAir3D图形系统基础概念) [ 94%]

...旋转。 ```typescript //移动摄像机 camera.transform.translate(new Vector3(0, 3, 3)); //旋转摄像机 camera.transform.rotate(new Vector3(-30, 0, 0), true, false); ``` 关于旋转,在Transform3D中提供了两种旋转接口,一种是角度/弧度旋转`rotate`,还一种是欧拉角...

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