Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 1.26 KB

PatchNode.md

File metadata and controls

77 lines (43 loc) · 1.26 KB

DataRenderer2D-PatchNote

this is patch note of it


1.0.4

-add joint Option

example

-remove normalVector -> all normal vector is Vector(0,0,-1)

-add property drawer of line, lineOption.

-unity version change 2017.1 to 5.6


1.0.4.2

-fixed #1


1.0.5 Add input line example.

example

Adding methods to make it easier to edit in scripts(check exmaple5)


1.0.5.1 Enable to change path of asset.


1.1 rename from SplineMeshDrawer to DataRenderer2D.

add Polygon, SinWave.

Optimazation.(less stack/heap memory, less GC), thought there is many gc. have to control vertex count.


1.2 remove button size setting.

add UIHole.

hole


1.2.1 18-09-06

now, vertex contains tangent info in worldline. add Button for handle to Copy and paste issue.


1.3 2024-07-24 (almost 6 years later..)

  1. fix bug

before

old1

after

new1

  1. add angle

add angle