The MASM Forum

Projects => Game Development => Topic started by: LiaoMi on January 26, 2020, 01:58:24 AM

Title: Creating Powerful Visual Effects with MathMod
Post by: LiaoMi on January 26, 2020, 01:58:24 AM
(https://dl1.cbsistatic.com/i/2019/05/06/7dd69453-6ded-425d-85e5-57c85a3f4d57/0d9c637ed4c7183e2d3e312b1ed0b14c/imgingest-7279965068145341808.png)

MathMod is a mathematical modeling software that visualize and animate implicit and parametric surfaces.
MathMod supports: 3D and 4D plotting and animation, OBJ output file format, Textue and pigmentation support, Noise and Turbulence effects support,Large set of scripted examples.

http://sourceforge.net/projects/mathmod/ (http://sourceforge.net/projects/mathmod/)
https://sourceforge.net/projects/mathmod/files/MathMod-9.1/MathMod-9.1%28Win64%29.exe/download (https://sourceforge.net/projects/mathmod/files/MathMod-9.1/MathMod-9.1%28Win64%29.exe/download)
https://sourceforge.net/projects/mathmod/files/MathMod-9.1/MathMod-9.1%28Win32%29.exe/download (https://sourceforge.net/projects/mathmod/files/MathMod-9.1/MathMod-9.1%28Win32%29.exe/download)
https://sourceforge.net/projects/mathmod/files/MathMod-9.1/mathmod-9.1-source.zip/download (https://sourceforge.net/projects/mathmod/files/MathMod-9.1/mathmod-9.1-source.zip/download)
https://www.youtube.com/watch?v=w58jCHloviA (https://www.youtube.com/watch?v=w58jCHloviA)

{
    "Param3D": {
        "Component": [
            "Breather"
        ],
        "Fx": [
            "(2*sqrt(0.84)*cosh(0.4*u)*(-(sqrt(0.84)*cos(v)*cos(sqrt(0.84)*v))-sin(v)*sin(sqrt(0.84)*v)))/(0.4*((sqrt(0.84)*cosh(0.4*u))^2+(0.4*sin(sqrt(0.84)*v))^2))"
        ],
        "Fy": [
            "(2*sqrt(0.84)*cosh(0.4*u)*(-(sqrt(0.84)*sin(v)*cos(sqrt(0.84)*v))+cos(v)*sin(sqrt(0.84)*v)))/(0.4*((sqrt(0.84)*cosh(0.4*u))^2+(0.4*sin(sqrt(0.84)*v))^2))"
        ],
        "Fz": [
            "-u+(2*0.84*cosh(0.4*u)*sinh(0.4*u))/(0.4*((sqrt(0.84)*cosh(0.4*u))^2+(0.4*sin(sqrt(0.84)*v))^2))"
        ],
        "Name": [
            "Breather"
        ],
        "Umax": [
            "13.2"
        ],
        "Umin": [
            "-13.2"
        ],
        "Vmax": [
            "37.2"
        ],
        "Vmin": [
            "-37.2"
        ]
    }
}
Title: Re: Creating Powerful Visual Effects with MathMod
Post by: daydreamer on January 28, 2020, 10:55:34 PM
interesting tool and very nice 3dmodel :thumbsup:
maybe could learn something from that,instead of being at use simple curves like sine/cosine in programming