Ask Your Question

remixie's profile - activity

2021-06-08 20:41:03 +0200 received badge  Popular Question (source)
2016-11-11 23:13:02 +0200 received badge  Good Question (source)
2016-11-11 04:38:46 +0200 received badge  Nice Question (source)
2016-11-11 02:22:38 +0200 received badge  Student (source)
2016-11-11 02:20:59 +0200 asked a question Best way to import Sage 3D functions to cubes in Unity3D?

Hello everyone. I'm having a bit of trouble figuring out how to take a 3D function, say something like:

implicit_plot3d(sqrt(3*x^2+y^2)-z, (x, -30, 30), (y, -30,30), (z, -10,40))

and have it translated and rendered inside of a transparent cube in Unity3D.

Is there a way to do this? If so, how? I have done some investigation by myself and I know that there is a Python interpreter asset for Unity but would Sage be able to run off of the interpreter?

I'm just very confused.