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

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

621. BlinnPhong材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 72%]

...模型材质。 #### 主要属性和方法详解: > 属性 `albedoColor:Vector4`漫反射颜色。 `albedoIntensity:Number` 漫反射强度。 `albedoTexture:BaseTexture` 漫反射贴图。 `enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` ...

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

622. 如何通过四元数旋转 [ 72%]

...这句: GetComponent<Rigidbody>().AddForce ( Quaternion.Euler (new Vector3(transform.rotation.eulerAngles.x,transform.rotation.eulerAngles.y,transform.rotation.eulerAngles.z)) *new Vector3(25f*length,0,0), ForceMode.VelocityChange); 大概的须求是2d场景,旋转鼠标,炮台也跟着...

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

623. 摄像机旋转问题 [ 72%]

...体旋转。有相关的方法可以解决吗?   private var _rotateC:Vector3 = new Vector3(0, 0.001, 0);         private function startRound():void         {             Laya.timer.frameLoop(1, this, function():void{                 camare.transform.rotate(_rotat...

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

624. 脚本组件的使用(JavaScript-2D进阶篇(JS)-扩展模块) [ 71%]

...ol,Option,editOption,Check,Color,ColorArray,Node,Nodes,Prefab,SizeGrid,Vec,Vector,Ease | | accept | String的关联属性,accept:res 为接收资源地址 | | acceptTypes | Node和accept的关联属性, 接收的类型,比如和节点使用RevoluteJoint,PrismaticJoint,RigidBody;与accept:res...

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

625. 脚本化(JavaScript-IDE篇(JS)-脚本使用) [ 71%]

...ol,Option,editOption,Check,Color,ColorArray,Node,Nodes,Prefab,SizeGrid,Vec,Vector,Ease | | accept | String的关联属性,accept:res 为接收资源地址 | | acceptTypes | Node和accept的关联属性, 接收的类型,比如和节点使用RevoluteJoint,PrismaticJoint,RigidBody;与accept:res...

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

626. 四元数与欧拉角乘积公式 [ 71%]

...只小神龙 赞同来自: 请管理员关闭, 自答一下吧,利用vector3 类中的方法,transformQuat,给相机重新赋值 2018-04-27 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 bengtengzhu 小小小菜鸟,一只小神...

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

627. laya.d3.core.trail.TrailRenderer [ 71%]

...dex : int 获取光照贴图的索引。 BaseRender lightmapScaleOffset : Vector4 获取光照贴图的缩放和偏移。 BaseRender material : BaseMaterial 返回第一个实例材质,第一次使用会拷贝实例对象。 BaseRender materials : Vector.<BaseMaterial> 获取潜拷贝实例...

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

628. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 71%]

...x Constructors constructor Properties _extra _isScene _scene _url name TEMPVECTOR3 defaultTextureHDRDecodeValues Accessors active activeInHierarchy boundsMax boundsMin boxProjection components destroyed displayedInStage hideFlags id importance intensity is3D layer numChildren parent probePosition re...

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

629. 写了个边缘光的自定义shader,有很多问题,帮忙看一下 [ 71%]

....lsani"); skinAni4.player.play(); mesh4.transform.localPosition = new Laya.Vector3(-2, 0,0); mesh4.transform.localScale = new Laya.Vector3(30,30,30); var mesh =scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("xiong/xiong.lm"))); var skinAni = mesh.addComponent(Laya.SkinAnimations); skinAni.templ...

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

630. laya.d3.Touch_API3.0 [ 71%]

...一识别ID。 Returns number 唯一识别ID。 position get position(): Vector2 Defined in laya/d3/Touch.ts:29 获取触摸点的像素坐标。 Returns Vector2 触摸点的像素坐标 [只读]。 Methods _getIndexInList _getIndexInList(): number Implementation of ISingletonElement._getIndexInList...

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