|
- Export["animated.gif",
- Table[Image3D[
- Normal[LeviCivitaTensor[3]] /. {0 -> GrayLevel[
- 0.07315883, 0.0311163], -1 -> RGBColor[0, 1, 0],
- 1 -> RGBColor[1, 0.5, 0]}, ImageSize -> 300,
- ViewVector -> {1.5 + 4 Sin[t], 1.5 + 4 Cos[t], 1.5}], {t, 0.01,
- 2 Pi, 0.2 Pi}], "DisplayDurations" -> .2]
复制代码 |
|
|
|