TheGameCreators / AGK-Studio

3 stars 1 forks source link

Simplex noise additions #1113

Closed Aidan2703 closed 11 months ago

Aidan2703 commented 11 months ago

Hello,

I have been perusing AGK Tier 2 code and seen Simplex noise.cpp written by Ken Perlin with noise1D, Noise2D, Noise3D and maybe Noise4D (but not sure how that one would work )

Could you implement AGk commands to use these three functions please.

If it's there already in c++ I'm sure it takes a bit of time to add as a new set of commands in AGK

value = Noise1D( x ) Value = noise2d ( x, y ) Value = noise3d ( x, y, z )

Would be great to see and use Thank you much appreciated

Aidan

VirtualNomad19 commented 11 months ago

do you mean these? GetNoiseX(() GetNoiseXY() GetNoiseXYZ()

Aidan2703 commented 11 months ago

Hello,

Thanks for that, I haven't got studio as yet so wasn't sure and always wondered if you had managed to do it, which you have. All good on noise at least.

Kind regards

Aidan

On Sat, 12 Aug 2023, 18:43 Virtual Nomad, @.***> wrote:

do you mean these? GetNoiseX https://www.appgamekit.com/documentation/Reference/Core/GetNoiseX.htm(() GetNoiseXY https://www.appgamekit.com/documentation/Reference/Core/GetNoiseXY.htm() GetNoiseXYZ https://www.appgamekit.com/documentation/Reference/Core/GetNoiseXYZ.htm ()

— Reply to this email directly, view it on GitHub https://github.com/TheGameCreators/AGK-Studio/issues/1113#issuecomment-1676026448, or unsubscribe https://github.com/notifications/unsubscribe-auth/BB4EOZNOBZJTRJNZY5VSM7TXU66C7ANCNFSM6AAAAAA3N6SWCY . You are receiving this because you authored the thread.Message ID: @.***>