I am trying to make a very rough animation of a rotating pulsar magnetosphere that would very roughly resemble this gif.
I was able to make a sphere and the dipolar field lines. I was wondering if anyone could provide any possible suggestion regarding.
1. How do i animate the rotation such that the rotation axis is not z but slightly misaligned to z.
2. Is there a better way to make the field likes from the poles (jets).
> |

|
> |
![[1.1, cos(theta), theta]](/view.aspx?sf=236385_question/6b13b48544c1b5d131501774777a6319.gif)
|
![[1.1, cos(theta), theta]](/view.aspx?sf=236385_question/392078a48fafdd603236ca89a960484a.gif)
|
(1) |
> |
![sph := [.5, theta, phi]; c1 := [A*sin(phi)^2, 0, phi]; c2 := [A*sin(phi)^2, (1/6)*Pi, phi]; c3 := [A*sin(phi)^2, (1/3)*Pi, phi]; c4 := [A*sin(phi)^2, (1/2)*Pi, phi]; c5 := [A*sin(phi)^2, 2*Pi*(1/3), phi]; c6 := [A*sin(phi)^2, 5*Pi*(1/6), phi]](/view.aspx?sf=236385_question/e30b5a111fe562dbfd5728c0a423c535.gif)
|
![[A*sin(phi)^2, (5/6)*Pi, phi]](/view.aspx?sf=236385_question/0f009284f9f45c99f357dc7beba18402.gif)
|
(2) |
> |

|
> |

|
> |

|
> |
![A := 2; plot3d([c1, c2, c3, c4, c5, c6, sph], phi = 0 .. 2*Pi, theta = 0 .. 2*Pi, coords = spherical, plotlist = true, scaling = constrained)](/view.aspx?sf=236385_question/1ceb5c5c90aea73a76820c41173839ae.gif)
|
> |

|
> |
![s1 := [sqrt(theta), 1, 1/10]; s2 := [sqrt(theta), 3, -1/10]; s3 := [sqrt(theta), 2, 1/10]; s4 := [sqrt(theta), 1.7, 1/7]](/view.aspx?sf=236385_question/4353548e56befa0288886881a6d1401a.gif)
|
> |
![p := plot3d([sph, s1, s2, s3, s4, s5, s6, c1, c2, c3, c4, c5, c6], phi = 0 .. 2*Pi, theta = 0 .. Pi, coords = spherical, orientation = [-75, 58, 10], scaling = constrained, color = ["SkyBlue", "yellow", "yellow", "yellow", "yellow", "yellow", "yellow", "red", "red", "red", "red", "red", "red"])](/view.aspx?sf=236385_question/357739f0463955c341eb1a236175d964.gif)
|
> |

|
> |

|
> |

|
> |
](/view.aspx?sf=236385_question/27dd25d263d25fd1e400e136a577334d.gif)
|
> |

|
|
Download Pulsar_temp.mw
3. Any other suggestions that could help with the aesthetics.