psiberx / cp2077-codeware

Cyberpunk 2077 library and framework for creating script mods.
MIT License
75 stars 11 forks source link

Add support for CurveData type. #17

Closed poirierlouis closed 6 months ago

poirierlouis commented 6 months ago

Include CurvePoint per type with support for Float, Vector2, Vector3, Vector4 and HDRColor.

WIP, needs more testing.