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

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

81. unity3d sentinel key not found [ 98%]

unity3d sentinel key not found 为什么unity3d安装完 unity3d sentinel key not found 运行不了 附件 : --> 2019-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 安装unity的...

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

82. laya.d3.shader.Shader3D_API3.0 [ 98%]

...d All Inherited Externals Only exported Menu Globals "laya/d3/shader/Shader3D" Shader3D Class Shader3D Shader3D 类用于创建Shader3D。 Hierarchy Shader3D Index Constructors constructor Properties PERIOD_CAMERA PERIOD_CUSTOM PERIOD_MATERIAL PERIOD_SCENE PERIOD_SPRITE RENDER_STATE_BLEND RENDER_STA...

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

83. laya.d3.physics.Constraint3D_API3.0 [ 98%]

... Inherited Externals Only exported Menu Globals "laya/d3/physics/Constraint3D" Constraint3D Class Constraint3D ... author ... Hierarchy Constraint3D Index Constructors constructor Properties rigidbodyA rigidbodyB Constructors constructor new Constraint3D(): Constraint3D Defined in laya/d3/physics/Co...

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

84. laya.d3.core.render.RenderContext3D_API3.0 [ 98%]

...ted Externals Only exported Menu Globals "laya/d3/core/render/RenderContext3D" RenderContext3D Class RenderContext3D RenderContext3D 类用于实现渲染状态。 Hierarchy RenderContext3D Index Constructors constructor Properties configPipeLineMode clientHeight clientWidth Accessors cameraShaderVa...

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

85. LayaAir3D中的Transform变换(JavaScript-3D基础(JS)-LayaAir3D图形系统基础概念) [ 98%]

# LayaAir3D中的Transform变换 ​ 在前面讲过了LayaAir3D中的坐标系和几个基础数学工具,在示例代码中,transform是一个变换对象([Transform3D](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.core.Transform3D)API),他在3D的...

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

86. 添加Include(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 98%]

...t StdLibGLSL = `...这里面是Shader源码`; ``` > 添加Include。LayaAir3D引用的类库 ```typescript Laya.Shader3D.addInclude("Lighting.glsl", LightingGLSL); Laya.Shader3D.addInclude("ShadowHelper.glsl", ShadowHelperGLSL); Laya.Shader3D.addInclude("BRDF.glsl", BRDFGLSL); Laya.Shader3D.addInclu...

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

87. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 98%]

使用3D精灵(Sprite3D)一、概述二、属性和功能2.1 节点的名字2.2 是否激活2.3 是否为静态2.4 蒙版层2.5 变换三、子父级关系四、克隆五、添加组件六、添加脚本七、各种渲染精灵简介7.1 Mesh精灵7.2 SkinnedMesh精灵7.3 Particle3D 精灵7.4 Pi...

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

88. 添加Include(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 97%]

...。 **注意:**引用需要在 `addPass`之前 > 添加Include。LayaAir3D引用的类库 ```typescript Shader3D.addInclude("Lighting.glsl", __INCLUDESTR__("files/Lighting.glsl")); Shader3D.addInclude("ShadowHelper.glsl", __INCLUDESTR__("files/ShadowHelper.glsl")); Shader3D.addInclude("BRDF.glsl",...

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

89. ReferenceError: Laya3D is not defined? [ 97%]

ReferenceError: Laya3D is not defined? 我按着官方实例写的,为什么老是提示我没有定义场景?     ReferenceError: Laya3D is not defined preload.js:55 at new HelloWord3D (file:///E:/LayaWorkSpace/HelloWord3D1/bin/js/bundle.js:26:9)   at Object.1 (file:///E:/LayaWorkSpace/He...

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

90. 资源加载(ActionScript-3D基础(AS3)-LayaAir3D之资源加载) [ 97%]

...[demo地址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Resource&name=LoadResourceDemo)); ### 单个资源加载 #### 1. 场景加载 单个场景加载的时候,使用的Scene3D.load方法。 ```typescript //3d场景加载 Scene3D.load("res/TerrainScene/XunLongShi.ls",...

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