From 2bc89c5b929318ad63b42473beecb04526641ba1 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 1 Jul 2024 04:56:53 +0900 Subject: [PATCH] Update status.md --- doc/status.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/status.md b/doc/status.md index 2c5ed2b7a..272432e47 100644 --- a/doc/status.md +++ b/doc/status.md @@ -21,7 +21,7 @@ NOTE: USDC(Binary) = Read only | ----------- | ----- | ---- | ------- | | Xform | ✅ | ✅ | | | Mesh | ✅ | ✅ | | -| GeomSubset | 🚧 | 🚧 | | +| GeomSubset | ✅ | ✅ | | | Points | ✅ | ✅ | | | Cube | ✅ | ✅ | | | Cylinder | ✅ | ✅ | | @@ -62,8 +62,8 @@ NOTE: USDC(Binary) = Read only | type | Ascii | USDC | Comment | | ----------- | ----- | ---- | ------- | | UsdPreviewSurface | ✅ | ✅ | | -| UsdUVTexture | ❕ | ❕ | 1. | -| UsdPrimvarReader | ✅ | ✅ | 2. | +| UsdUVTexture | ✅ | ✅ | 1. | +| UsdPrimvarReader | ✅ | ✅ | | 1. UDIM texture is not supported. @@ -90,7 +90,7 @@ NOTE: USDC(Binary) = Read only * [ ] VariantSet(SpecTypeVariant) Crate write * [ ] USDC serialization * [ ] Skinning evaluation/validation -* [ ] Tydra(scene/render delegation) +* [x] Tydra(scene/render delegation) * [ ] usdObj(wavefront .obj) support. * Please see [usdObj.md](usdObj.md) * [ ] C-API for other languages