init grabs out in front
This commit is contained in:
parent
ba6fc33a40
commit
a5328c1a6e
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ static class Stretch
|
|||
|
||||
public static void Init()
|
||||
{
|
||||
to_grab = new(-0.3f, 0, 0, true);
|
||||
from_grab = new(-0.3f, 0, 0.1f, true);
|
||||
to_grab = new(-0.3f, -0.25f, -0.5f, true);
|
||||
from_grab = new(-0.3f, -0.25f, -0.4f, true);
|
||||
}
|
||||
|
||||
public static void Frame()
|
||||
|
@ -43,7 +43,7 @@ static class ColorCube
|
|||
|
||||
public static void Init()
|
||||
{
|
||||
grab = new(0, 0, 0);
|
||||
grab = new(0, -0.25f, -0.5f);
|
||||
}
|
||||
|
||||
public static void Frame()
|
||||
|
|
Loading…
Add table
Reference in a new issue