File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,21 @@ Its renderer only uses modern graphics APIs like DirectX12 and Vulkan (I would a
26
26
27
27
# changelog
28
28
29
+ ## 0.30
30
+
31
+ ### Physics
32
+ Split "Rigid Body" component into separate "Body" and "Shape" components\
33
+ Physics shapes now support rotation\
34
+ Added 2 new shapes: TaperedCapsule and Cylinder
35
+
36
+ ### Animation
37
+ AttachToNode component to link object matrix to animation node\
38
+ Reset animation state when engine stops
39
+
40
+ ### Misc
41
+ MaxDT and moved timing settings to engine options\
42
+ Expose CullMode in materials
43
+
29
44
## 0.29
30
45
Override Prefab properties\
31
46
Fix editor crash closing Prefab view\
Original file line number Diff line number Diff line change 5
5
namespace vg
6
6
{
7
7
#define VG_VERSION_MAJOR 0
8
- #define VG_VERSION_MINOR 29
8
+ #define VG_VERSION_MINOR 30
9
9
10
10
// --------------------------------------------------------------------------------------
11
11
core::IPlugin::Version Application::GetVersion () const
You can’t perform that action at this time.
0 commit comments