From c4f5698405e59251fd63cd105ed5eaf4979ac217 Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Mon, 16 Apr 2018 09:05:58 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bb66a9..aa42438 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Framer Form aims to deliver an easy and familiar syntax for all its components. ### Updates | Date | Summary | Commit | | :--- | :--- | :--- | +| 2018-04-15 | MTL-loader now applies textureFilters on materials when loading an OBJ-file. | [c3943a0](https://github.com/emilwidlund/framer-form/commit/c3943a017e6afc1f8ac98f280c543a3fd4a75919) | | 2018-04-11 | Implemented support for damping inertia when Camera Orbiting. More information [here](documentation/Scene.md#if-orbitcontrols-is-enabled). | [0e8bec8](https://github.com/emilwidlund/framer-form/commit/0e8bec8b9f050b689a570a9642eb1ae951aab0d1) | | 2018-04-11 | Implemented support for 3DS-models. | [9980f69](https://github.com/emilwidlund/framer-form/commit/9980f6909882f425f4d951d19a7e6efaeb06fb68) | | 2018-04-10 | Fixed animate-method on Models, Lights & Cameras. | [5407e9e](https://github.com/emilwidlund/framer-form/commit/5407e9e1892d52299925adf742416b96382cf619) |