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

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

91. 3D模型的材质修改问题 [ 77%]

...se1.lh"); scene.addChild(warehouse1); warehouse1.transform.rotate(new Laya.Vector3(0, 90, 0), false, false); warehouse1.transform.translate(new Laya.Vector3(0,0,0),false); warehouseMeshSprite3D1= warehouse1.getChildAt(0).getChildByName("Mesh1"); var shareMaterial = warehouseMeshSprite3D1.meshRender....

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

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

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

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

93. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 77%]

... BaseMaterial blend : int透明混合。BaseMaterial blendConstColor : Vector4混合常量颜色。BaseMaterial blendEquation : int混合方程。BaseMaterial blendEquationAlpha : intAlpha混合方程。BaseMaterial blendEquationRGB : intRGB混合方程。BaseMaterial cull : int渲染剔除。...

来源: laya_api 发布时间: 20170929

94. laya.d3.core.Camera [ 77%]

...um : BoundFrustum[read-only] 获取摄像机视锥。 Camera clearColor : Vector4摄像机的清除颜色。BaseCamera clearFlag : int清楚标记。BaseCamera componentsCount : int[read-only] 获得组件的数量。 Sprite3D cullingMask : int 可视遮罩图层。 BaseCamera destroyed : Boole...

来源: laya_api 发布时间: 20170929

95. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 76%]

...etShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBuffe...

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

96. 3D模型旋转问题,鼠标移动之后,根据按下移动的X坐标差值判断左右旋转,但是会越转越快,请问是什么问题? [ 76%]

...umber = Laya.stage.mouseX; let mY:number = Laya.stage.mouseY; let vec:Laya.Vector3 ; if(this.isDown){ if(this.lastMouseX - mX > 0) { vec = new Laya.Vector3(0,-1,0); } else { vec = new Laya.Vector3(0,1,0); } this.rotate(vec); } }   监听的鼠标移动事件 Laya.stage.on(Laya.Event.MOUSE_UP,thi...

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

97. laya.d3.core.material.BaseMaterial [ 76%]

...aseMaterial  blend : int透明混合。BaseMaterial  blendConstColor : Vector4混合常量颜色。BaseMaterial  blendEquation : int混合方程。BaseMaterial  blendEquationAlpha : intAlpha混合方程。BaseMaterial  blendEquationRGB : intRGB混合方程。BaseMaterial  cull : int渲...

来源: laya_api 发布时间: 20170929

98. transform的旋转和移动是异步方法吗? [ 76%]

...添加到场景中的代码 // 先移动锚点 cube.transform.pivot = new Vector3(                 cube.transform.pivot.x + 0,                 cube.transform.pivot.y - height/2,                 cube.transform.pivot.z - width/2); // 旋转             cube...

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

99. ambientColor无效 [ 76%]

...iffuseTexture = Texture2D.load("res/earth.png"); material.ambientColor=new Vector(2,2,2); sphere.meshRender.material = material; 我照教程里设置了环境颜色 material.ambientColor=new Vector(2,2,2); 但是无效,模型并没有加亮。是为啥 2018-05-31 添加评论 免费帖 --> 分享...

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

100. laya.d3.core.particleshuriken.ShurikenParticleInstanceSystem_API3.0 [ 76%]

...tem.ts:301 粒子的播放速度。 startColorConstant startColorConstant: Vector4 = new Vector4(1, 1, 1, 1) Inherited from ShurikenParticleSystem.startColorConstant Defined in laya/d3/core/particleShuriKen/ShurikenParticleSystem.ts:290 开始颜色,0模式。 startColorConstantMax startColorConst...

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