WardBenjamin / SimplexNoise

C# Simplex Noise (1D, 2D, 3D). Supports arbitrary sizes and scales.
BSD 3-Clause "New" or "Revised" License
160 stars 38 forks source link

API methods is not accessible in public #6

Closed hasanbayatme closed 7 years ago

hasanbayatme commented 7 years ago

The APIs listed in the page is not accessible by public.

Here is the methods:

Simplex.Noise.CalcPixel1D
Simplex.Noise.CalcPixel2D
Simplex.Noise.CalcPixel3D

i have checked the source code and you don't added public modifier.

EDIT: Also you don't added static modifier.

WardBenjamin commented 7 years ago

Fixed, thanks!