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

大约有 374 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0111 秒)

41. 3d中 缓动往一个点转向并移动的问题 [ 86%]

...Quaternion=new Quaternion(); var out2:Quaternion=new Quaternion(); var dir:Vector3=new Vector3() ; Vector3.subtract(transform.position,sphere3D.transform.position,dir); Quaternion.rotationLookAt(dir,Vector3.Up,out); Quaternion.slerp(transform.rotation,out, Laya.timer.delta/1000,out1); transform.rota...

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

42. laya.d3.core.material.UnlitMaterial [ 86%]

...ties Show Inherited Public Properties PropertyDefined By  albedoColor : Vector4 获取反照率颜色。 UnlitMaterial  albedoColorA : Number 获取反照率颜色Z分量。 UnlitMaterial  albedoColorB : Number 获取反照率颜色B分量。 UnlitMaterial  albedoColorG : Number 获取反...

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

43. Vector3坐标问题 [ 85%]

Vector3坐标问题 Vector3.ZERO 为什么会 有变化呢?这个坐标 不应该就是 一个 new Vector3(0,0,0)么? 2018-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 能否...

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

44. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1 [ 85%]

...、纹理顶点结构。 Public Properties PropertyDefined By  color : Vector4[read-only] VertexPositionNormalColorTexture0Texture1  normal : Vector3[read-only] VertexPositionNormalColorTexture0Texture1  position : Vector3[read-only] VertexPositionNormalColorTexture0Texture1  textureCoordin...

来源: laya_api 发布时间: 20170929

45. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 85%]

...4x4 compressNumber compressNumberArray compressTexture compressUBO compressVector2 compressVector3 compressVector4 destroy getBool getBuffer getColor getInt getMatrix4x4 getNumber getShaderData getSourceIndex getTexture getUniformBuffer getValueData getVector getVector2 getVector3 hasDefine removeDe...

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

46. 关于位图字体 使用颜色滤镜Native 和web draw call 次数不一致 [ 85%]

...么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 vector 1 相关问题 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行...

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

47. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1Tangent [ 84%]

...、切线顶点结构。 Public Properties PropertyDefined By  color : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Tangent  normal : Vector3[read-only] VertexPositionNormalColorTexture0Texture1Tangent  position : Vector3[read-only] VertexPositionNormalColorTexture0Texture1Tang...

来源: laya_api 发布时间: 20170929

48. 缓动 · LayaAir3.4 · 引擎文档 · LAYABOX [ 84%]

...()用法。 缓动属性的类型支持不仅限于number,还新增了对Vector2、Vector3、Vector4、Color、Point以及字符串形式颜色值的支持。新的Tween对象设计得非常轻量,因此默认不重用,以避免因对象重用而引发的问题。此外,新系统不再使用...

来源: Laya3.0_文档 发布时间: 20251010

49. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1Skin [ 84%]

...重顶点结构。 Public Properties PropertyDefined By  blendIndex : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Skin  blendWeight : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Skin  color : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Skin  n...

来源: laya_api 发布时间: 20170929

50. rigidBody.applyForce 对刚体应用力,物体没有移动 [ 84%]

... Laya.Stage.SCREEN_NONE;         Laya.Stat.show();         this.tmpVector = new Laya.Vector3(0, 0, 0);         this.scene = Laya.stage.addChild(new Laya.Scene3D());         //初始化照相机         let camera = this.scene.addChild(new Laya.Camera(0, 0.1, 100));         ca...

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