mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 15:11:43 -05:00
commit
5f71eff484
|
|
@ -47,21 +47,21 @@
|
|||
<body>
|
||||
<main>
|
||||
<a
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.115.0/VRM-0.115.0_0.11.unitypackage"
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.116.0/VRM-0.116.0_0.11.unitypackage"
|
||||
class="btn"
|
||||
>
|
||||
<div>
|
||||
<h1>VRM-0.115.0</h1>
|
||||
<h1>VRM-0.116.0</h1>
|
||||
<div>for vrm-1.0</div>
|
||||
<div>2021.3 LTS or later</div>
|
||||
</div>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.115.0/UniVRM-0.115.0_0.11.unitypackage"
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.116.0/UniVRM-0.116.0_0.11.unitypackage"
|
||||
class="btn"
|
||||
>
|
||||
<div>
|
||||
<h1>UniVRM-0.115.0</h1>
|
||||
<h1>UniVRM-0.116.0</h1>
|
||||
<div>for vrm-0.x</div>
|
||||
<div>2021.3 LTS or later</div>
|
||||
</div>
|
||||
|
|
|
|||
30
docs/release/112/v0.116.0.md
Normal file
30
docs/release/112/v0.116.0.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# v0.116.0 Update MeshUtility
|
||||
|
||||
正規化周りの処理を整理。
|
||||
glTF, vrm-0.x, vrm-1.0 で同じ処理を使えるように作業中。
|
||||
|
||||
https://github.com/vrm-c/UniVRM/issues/2169
|
||||
|
||||
## MeshUtility
|
||||
* [[\#2188](https://github.com/vrm-c/UniVRM/pull/2188)] [MeshUtility] 非原点 SkinnedMeshRenderer まわりの修正
|
||||
* [[\#2187](https://github.com/vrm-c/UniVRM/pull/2187)] [Mesh統合] glb/vrm-0/vrm-1 の Mesh統合 Utility を整理
|
||||
* [[\#2184](https://github.com/vrm-c/UniVRM/pull/2184)] menu 名と dialog 名を整理
|
||||
* [[\#2183](https://github.com/vrm-c/UniVRM/pull/2183)] [vrm1.0] impl mesh split by blendshape existence
|
||||
* [[\#2181](https://github.com/vrm-c/UniVRM/pull/2181)] Simplified some GUI
|
||||
* [[\#2180](https://github.com/vrm-c/UniVRM/pull/2180)] [vrm1.0] impl refactor mesh integration
|
||||
* [[\#2179](https://github.com/vrm-c/UniVRM/pull/2179)] [vrm1.0] impl refactor mesh bake
|
||||
* [[\#2177](https://github.com/vrm-c/UniVRM/pull/2177)] [vrm1.0] impl remove scaling
|
||||
|
||||
## Importer
|
||||
* [[\#2186](https://github.com/vrm-c/UniVRM/pull/2186)] Implement support for UNSIGNED_BYTE sparse accessors.
|
||||
|
||||
## その他
|
||||
* [[\#2196](https://github.com/vrm-c/UniVRM/pull/2196)] メニューの作業ミスを修正
|
||||
* [[\#2193](https://github.com/vrm-c/UniVRM/pull/2193)] [test] Fix/lookat test
|
||||
* [[\#2194](https://github.com/vrm-c/UniVRM/pull/2194)] build error を修正
|
||||
* [[\#2191](https://github.com/vrm-c/UniVRM/pull/2191)] UniVRM-0.116.0
|
||||
* [[\#2189](https://github.com/vrm-c/UniVRM/pull/2189)] [Sample] 不要コード削除
|
||||
* [[\#2172](https://github.com/vrm-c/UniVRM/pull/2172)] TEXCOORD_1 は export しない
|
||||
* [[\#2171](https://github.com/vrm-c/UniVRM/pull/2171)] [exporter] asset.generator を修正
|
||||
* [[\#2168](https://github.com/vrm-c/UniVRM/pull/2168)] Bump urllib3 from 1.26.17 to 1.26.18
|
||||
* [[\#2165](https://github.com/vrm-c/UniVRM/pull/2165)] UniVRM-0.115.0
|
||||
Loading…
Reference in New Issue
Block a user