DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
77 stars 13 forks source link

Feature: Interpolated Vector3 #37

Closed Beider closed 4 years ago

Beider commented 4 years ago

Currently we only have MDCRMInterpolatedVector2 which is our Vector2, it would be good to also add an interpolated Vector3. If any functionality is duplicated between the two then it should probably be moved into another class that both the interpolated Vectors can inherit from.

DoubleDeez commented 4 years ago

I think we should work towards a MDCRMInterpolateFloat that can be extended for Vector2 and Vector3