大约有 17 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0029 秒)
...LENDEQUATION_ADD BLENDEQUATION_MAX BLENDEQUATION_MIN BLENDEQUATION_REVERSE_SUBTRACT BLENDEQUATION_SUBTRACT BLENDPARAM_BLENDCOLOR BLENDPARAM_BLEND_ONEMINUS_COLOR BLENDPARAM_DST_ALPHA BLENDPARAM_DST_COLOR BLENDPARAM_ONE BLENDPARAM_ONE_MINUS_DST_ALPHA BLENDPARAM_ONE_MINUS_DST_COLOR BLENDPARAM_ONE_MINUS...
来源: Laya3.0_api 发布时间: 20231102
...AIN"); //setMeshParams(sprite, Laya.StandardMaterial.BLENDEQUATION_REVERSE_SUBTRACT, new Laya.Vector4(3.5, 3.5, 3.5, 1.0), new Laya.Vector3(0.6823, 0.6549, 0.6352), new Laya.Vector2(25.0, 25.0), "TERRAIN"); }); function setMeshParams(spirit3D, renderMode, albedo, ambientColor, uvScale, shaderName) {...
来源: Laya_社区 发布时间: 20170707
...als lerp max min multiply normalize scalarLength scalarLengthSquared scale subtract transformCoordinate transformQuat transformV3ToV3 transformV3ToV4 Constructors constructor new ConchVector3(x?: number, y?: number, z?: number, nativeElements?: Float32Array): ConchVector3 Defined in laya/d3/math/Nat...
来源: Laya3.0_api 发布时间: 20231102
...etValue(x:Number, y:Number, z:Number):void 设置xyz值。 ConchVector3 subtract(a:ConchVector3, b:ConchVector3, o:ConchVector3):void[static] 求两个三维向量的差。 ConchVector3 toDefault():voidConchVector3 transformCoordinate(coordinate:ConchVector3, transform:*, result:ConchVector...
来源: Laya2.0_api 发布时间: 20190513
...举_加法,例:source + destinationBaseMaterial BLENDEQUATION_REVERSE_SUBTRACT : int = 2[static] 混合方程枚举_反序减法,例:destination - sourceBaseMaterial BLENDEQUATION_SUBTRACT : int = 1[static] 混合方程枚举_减法,例:source - destinationBaseMaterial BLENDPARAM_CONSTA...
来源: laya_api 发布时间: 20170929
...; Vector3.scale(this.GetForward, this.CurrentDistance, this.tempV) Vector3.subtract(this.AroundPos, this.tempV, this.tempV1) this.transform.position = this.tempV1; this.lastMouseX = Laya.stage.mouseX; this.lastMouseY = Laya.stage.mouseY; } //记录上一次手机触摸位置判断用户是在左放...
来源: Laya_社区 发布时间: 20170714
...; Vector3.scale(this.GetForward, this.CurrentDistance, this.tempV) Vector3.subtract(this.AroundPos, this.tempV, this.tempV1) this.transform.position = this.tempV1; this.lastMouseX = Laya.stage.mouseX; this.lastMouseY = Laya.stage.mouseY; } //记录上一次手机触摸位置判断用户是在左放...
来源: Laya_社区 发布时间: 20190224