News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Creating Powerful Visual Effects with MathMod

Started by LiaoMi, January 26, 2020, 01:58:24 AM

Previous topic - Next topic

LiaoMi



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/
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-source.zip/download
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"
        ]
    }
}

daydreamer

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

my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding