mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
Initial commit
This commit is contained in:
parent
def8cb4153
commit
b691c43c44
19437 changed files with 4363922 additions and 0 deletions
12
Minecraft.World/Emboss.cpp
Normal file
12
Minecraft.World/Emboss.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include "stdafx.h"
|
||||
#include "Emboss.h"
|
||||
|
||||
Emboss::Emboss(Synth *synth)
|
||||
{
|
||||
this->synth = synth;
|
||||
}
|
||||
|
||||
double Emboss::getValue(double x, double y)
|
||||
{
|
||||
return synth->getValue(x, y) - synth->getValue(x + 1, y + 1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue