Commit Graph

25 Commits

Author SHA1 Message Date
tsgcpp
d55e125148 fix: Remove matrix properties in VRM0.x migration 2024-01-06 00:14:24 +09:00
ousttrue
787039ea56 fix bufferLength 2022-07-11 18:27:56 +09:00
ousttrue
3e14b73cb4 fix MESH_PRIMITIVE_POSITION_ACCESSOR_WITHOUT_BOUNDS 2022-07-11 18:08:52 +09:00
ousttrue
71ca64b10d fix BUFFER_VIEW_TARGET_MISSING 2022-07-11 17:40:06 +09:00
ousttrue
eccb12f645 fix ACCESSOR_TOTAL_OFFSET_ALIGNMENT 2022-07-11 17:27:07 +09:00
ousttrue
53c9282273 唯一の public、 MeshUpdater.Execute 2022-04-05 17:42:22 +09:00
ousttrue
dadf35c802 implement UpdateDividedVertexBuffer 2022-04-05 13:13:09 +09:00
ousttrue
f199c593b7 detect dividedVertexBuffer 2022-04-05 12:48:43 +09:00
ousttrue
115ca18b51 BufferAccessor を UniGLTF に移動 2022-02-15 17:13:26 +09:00
ousttrue
b98c2f852f BufferAccessor use NativeArray 2022-02-10 22:23:39 +09:00
ousttrue
ab0964293f GltfData.Bin を ArraySegment<byte> から NatriveArray<byte> に置き換え。Dispose の責務が発生したが、ImporterContext が Dispose することにした。 2022-01-25 18:03:10 +09:00
ousttrue
d605389354 add comment 2021-12-09 16:40:53 +09:00
ousttrue
e09c1b8df6 skip unused skin 2021-12-09 15:38:45 +09:00
ousttrue
3414b3b7d1 skin があるが mesh が無い。仕様はともかく実際に遭遇 2021-12-06 17:13:02 +09:00
ousttrue
87927e48fc
Merge pull request #1343 from ousttrue/fix/data_uri_handling
bufferView の data uri を実装
2021-10-27 20:43:04 +09:00
ousttrue
95c3c7c5d4 rename GltfData buffer access methods 2021-10-27 18:17:47 +09:00
ousttrue
6597c487d2 稀に無い 2021-10-27 15:50:33 +09:00
ousttrue
758a9ffff9 IStorage 2021-10-26 13:00:56 +09:00
ousttrue
c10d19c580 byte_indices 2021-10-14 18:58:39 +09:00
ousttrue
9f1207cfa9 いちおう byte 型も実装 2021-10-14 18:45:14 +09:00
ousttrue
f52e6b481f ushort の index を uint に変換する 2021-10-14 18:44:15 +09:00
ousttrue
9560187ea2 clear Tangent 2021-10-14 16:49:10 +09:00
ousttrue
0f2c97c10a マイグレーション時に古い頂点Attributeが残っていた(TANGENT, COLOR_0, TEXCOORD_1) 2021-10-14 16:25:24 +09:00
ousttrue
2adbb21f7b GetComponentType<int> を仕様に準拠して不許可に。上流を uint に修正 2021-10-08 14:38:51 +09:00
ousttrue
8001d3673e MeshUpdater 2021-10-07 17:44:39 +09:00