From 674576e5b0bf52e3e83c166cdf76cd51051a27de Mon Sep 17 00:00:00 2001 From: Yuki Shimada Date: Sat, 5 Aug 2023 05:21:16 +0900 Subject: [PATCH] fix: README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d771dcd2..79f75dca1 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Rhodonite is a WebGL library written in TypeScript. ## Feature -* Entity Component System +* Component-oriented * Blittable Memory Architecture (Original GPU data storage system with floating point texture) -* Physically based Rendering with Image Based Lighting +* Physically-based Rendering with Image-based Lighting * Support loading the following 3D model files: [glTF2](https://github.com/KhronosGroup/glTF), glTF1, [VRM](https://vrm.dev/en/) * Support [Draco compression](https://google.github.io/draco/), [Basis Universal](https://github.com/BinomialLLC/basis_universal) and [KTX2](http://github.khronos.org/KTX-Specification/), etc