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

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

461. PBRStandardMaterial材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 79%]

...粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableRefl...

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

462. laya.d3.core.particleShuriKen.module.GradientDataVector2 [ 79%]

...ionAll Packages | All Classes | Index | Frames No Frames GradientDataVector2Properties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientDataVector2InheritanceGradientDataVector2 ObjectImplements laya.d3.core.IClone GradientDataVector2 类用于创建二维向量...

来源: laya_api 发布时间: 20170929

463. laya.d3.core.particleShuriKen.module.GradientDataVector2 [ 79%]

...ionAll Packages | All Classes | Index | Frames No Frames GradientDataVector2Properties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientDataVector2InheritanceGradientDataVector2 ObjectImplements laya.d3.core.IClone GradientDataVector2 类用于创建二维向量...

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

464. 环形进度条 [ 79%]

...果,是我参数传的有问题吗? graph.drawCircle(0,0,50,new Laya.Vector3(0,1,1),new Laya.Vector3(0,1,1),10); 颜色的参数怎么传,参数类型是any,我不知道要传什么。 还有这个是不是得在Update中一直调用才行? Laya_Aaron • 2017-12-11 20:44 先new一个sprit...

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

465. 获取相机renderTexture 作为阴影 的UV [ 79%]

...   onUpdate(){         this.ShadowCamera.transform.lookAt(new Vector3(0,0,0), new Vector3(0,1,0), false);         let v:Matrix4x4 = this.ShadowCamera.viewMatrix;         let p:Matrix4x4 = this.ShadowCamera.projectionMatrix;         let o:Matrix4x4 = ne...

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

466. 关于3D物件半透明漫反射率(官网上的例子)的BUG。 [ 78%]

....1, 100))) as Laya.Camera;         camera.transform.translate(new Laya.Vector3(0, 0, 6));         camera.clearColor = null;         //材质         var material = new Laya.StandardMaterial();         material.diffuseTexture = Laya.Texture2D.load("Assets/test.png");         m...

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

467. 版主紧急问题求助! [ 78%]

...}   2.ts module A{   export function test(){     a = new a();     a.vector2 = new Vector2(100, 100);      a.加载() //Laya.loader.create 加载一个模型。 这个a类里面有回调方法     a里面回调方法,回调回来后,发现,a.vector2 值丢了变成0,1了,然后我...

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

468. PBRStandardMaterial材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 78%]

...粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableRefl...

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

469. laya.d3.core.particleshuriken.module.shape.BoxShape_API3.0 [ 78%]

...s void generatePositionAndDirection generatePositionAndDirection(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Overrides BaseShape.generatePositionAndDirection Defined in laya/d3/core/particleShuriKen/module/shape/BoxShape.ts:67 用于生成粒子初始位置...

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

470. Sprite3D添加组件或脚本(JavaScript-3D基础(JS)-LayaAir3D之精灵) [ 78%]

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.8, 1.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...

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