We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
// 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);
The text was updated successfully, but these errors were encountered:
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
ha scritto:
// Questa va fatta per prima, fixa il SIMPLEXGRID che buggato SIMPLEXGRID = function (quotes) { return p.simplexGrid(quotes); };
Reply to this email directly or view it on GitHub: #1
F.
Sorry, something went wrong.
No branches or pull requests
// 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);
The text was updated successfully, but these errors were encountered: