06-22-2019, 06:17 PM
(This post was last modified: 06-22-2019, 06:24 PM by haytham2597.
Edit Reason: The bullet list not work on post, hahah.
)
- -Autoevaluate script
- -Random like box#3:
- Integer: Uniform Discrete
- Real: Exponential, Noise R, Noise V, Noise V+T, , Normal Gaussian, Triangular, Turbulence V, Turbulence V+T, Uniform and Weibull
- Vector: Noise V, Noise V+T, Normal (Gaussian), Sphere Surface, Sphere Volume, Turbulence V, Turbulence V+T and Uniform.
- Integer: Uniform Discrete
- -With Point3 work like vector for example: Point3 var = (x,y,z) or Point3 var = (x;y;z) without write (for example) Point3 var = new Point3(var.x=0, var.y=0, var.z=0);
- -SendOut without using conditional boolean and tf.TestTrue(i);
But, about Random is possible do all that without call that function? for example, using SetSeed and apply math formulas?
Best regards, haytham2597.