Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ecco i tanti cubi in 3d #1

Open
furio opened this issue Mar 30, 2012 · 1 comment
Open

Ecco i tanti cubi in 3d #1

furio opened this issue Mar 30, 2012 · 1 comment

Comments

@furio
Copy link

furio commented Mar 30, 2012

// Questa va fatta per prima, fixa il SIMPLEXGRID che è buggato
SIMPLEXGRID = function (quotes) {
return p.simplexGrid(quotes);
};

// 3d cubi su tutto - wiiiii
var cubicubicubi = SIMPLEXGRID( [REPLICA(10)([1,-1]), REPLICA(10)([1,-1]), REPLICA(10)([1,-1])] );
DRAW(cubicubicubi);

@fruitjem
Copy link
Owner

grazie francesco, finalmente la soddisfazione di vedere il cubo di cubi.....

Il giorno 30 marzo 2012 22:57, Francesco Furiani <
[email protected]

ha scritto:

// Questa va fatta per prima, fixa il SIMPLEXGRID che buggato
SIMPLEXGRID = function (quotes) {
return p.simplexGrid(quotes);
};

// 3d cubi su tutto - wiiiii
var cubicubicubi = SIMPLEXGRID( [REPLICA(10)([1,-1]), REPLICA(10)([1,-1]),
REPLICA(10)([1,-1])] );
DRAW(cubicubicubi);


Reply to this email directly or view it on GitHub:
#1

F.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants