ソースを参照

v0.0.27

master
Palash Bansal 2年前
コミット
ce9e3eecdc
コミッターのメールアドレスに関連付けられたアカウントが存在しません
3個のファイルの変更4行の追加4行の削除
  1. 1
    1
      examples/progressive-hdr-shadows-exp/index.html
  2. 2
    2
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
examples/progressive-hdr-shadows-exp/index.html ファイルの表示

<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Object UiConfig</title>
<title>Progressive HDR Environment Shadows (Experiment)</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill --> <!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported --> <!-- Remove this when import maps will be widely supported -->

+ 2
- 2
package-lock.json ファイルの表示

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.26",
"version": "0.0.27",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "threepipe", "name": "threepipe",
"version": "0.0.26",
"version": "0.0.27",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1020/package.tgz", "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1020/package.tgz",

+ 1
- 1
package.json ファイルの表示

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.26",
"version": "0.0.27",
"description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.", "description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",

読み込み中…
キャンセル
保存