大约有 24 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
...类库 ```typescript Shader3D.addInclude("Lighting.glsl", __INCLUDESTR__("files/Lighting.glsl")); Shader3D.addInclude("ShadowHelper.glsl", __INCLUDESTR__("files/ShadowHelper.glsl")); Shader3D.addInclude("BRDF.glsl", __INCLUDESTR__("files/PBRLibs/BRDF.glsl")); Shader3D.addInclude("PBRUtils.glsl", __I...
来源: Laya2.0_文档 发布时间: 20210714
... > 引用的方式导入文件 ```typescript import LightingGLSL from "./files/Lighting.glsl"; import BRDFGLSL from "./files/PBRLibs/BRDF.glsl"; import PBRSpecularLightingGLSL from "./files/PBRLibs/PBRSpecularLighting.glsl"; import PBRStandardLightingGLSL from "./files/PBRLibs/PBRStandardLighting.gl...
来源: Laya2.0_文档 发布时间: 20210715
...l。](https://10.10.20.34:8001/index.html%E3%80%82) ### LayaAir之dom元素File 在项目开发中我们可能会用到让用户上传图片的需求。这个我们需要借助html5的file标签(**微信的要用微信提供的接口,后面的教程我们专门在微信教程中讲。其他浏...
来源: Laya2.0_文档 发布时间: 20210715
...l。](https://10.10.20.34:8001/index.html%E3%80%82) ### LayaAir之dom元素File 在项目开发中我们可能会用到让用户上传图片的需求。这个我们需要借助html5的file标签(**微信的要用微信提供的接口,后面的教程我们专门在微信教程中讲。其他浏...
来源: Laya2.0_文档 发布时间: 20210714
...们这里是https://10.10.20.34:8001/index.html。 ### LayaAir之dom元素File 在项目开发中我们可能会用到让用户上传图片的需求。这个我们需要借助html5的file标签(**微信的要用微信提供的接口,后面的教程我们专门在微信的教程中讲到。其...
来源: Laya2.0_文档 发布时间: 20210715
...现这个功能: * 支持断点续传的大文件下载函数downloadBigFile。(注意不要用XMLHttpRequest下载大文件,因为这种方式下LayaNative会把结果先保存在内存中,所以大文件可能会导致内存爆掉,而这个函数是随时存盘的。) ```javascript /** * @...
来源: Laya2.0_文档 发布时间: 20210714
... Go to end of line | | `Ctrl+Home` | 转到文件开头 Go to beginning of file | | `Ctrl+End` | 转到文件末尾 Go to end of file | | `Ctrl+↑ / ↓` | 向上/向下滚动行 Scroll line up/down | | `Alt+PgUp / PgDown` | 向上/向下滚动页面 Scroll page up/down | | `Ctrl+Shift+[` | 折叠...
来源: Laya2.0_文档 发布时间: 20210715
... Go to end of line | | `Ctrl+Home` | 转到文件开头 Go to beginning of file | | `Ctrl+End` | 转到文件末尾 Go to end of file | | `Ctrl+↑ / ↓` | 向上/向下滚动行 Scroll line up/down | | `Alt+PgUp / PgDown` | 向上/向下滚动页面 Scroll page up/down | | `Ctrl+Shift+[` | 折叠...
来源: Laya2.0_文档 发布时间: 20210715
... Go to end of line | | `Ctrl+Home` | 转到文件开头 Go to beginning of file | | `Ctrl+End` | 转到文件末尾 Go to end of file | | `Ctrl+↑ / ↓` | 向上/向下滚动行 Scroll line up/down | | `Alt+PgUp / PgDown` | 向上/向下滚动页面 Scroll page up/down | | `Ctrl+Shift+[` | 折叠...
来源: Laya2.0_文档 发布时间: 20210714
...式->右击打开属性->快捷方式一栏->目标末尾添加 `--allow-file-access-frome-files` 2、服务器webServer解决: 需要修改webServer(一般webserver大多数都是 apache、nginx、tomcat等),在请求特定的域名下加上跨域标识,这里以nginx为例: ```ngin...
来源: Laya2.0_文档 发布时间: 20210715