How AetherViz Master selects rendering modes
masterAetherViz Master uses intelligent keyword detection to decide which rendering engine to use for a given topic. This ensures the most appropriate visualization method is applied:
- Pure Three.js 3D Mode: Triggered by keywords related to motion, particles, molecules, mechanics, or celestial bodies (e.g.,
运动/粒子/分子/机械/天体). Best for physical simulations. - SVG 2D Mode: Triggered by keywords related to functions, images, curves, or geometry (e.g.,
函数/图像/曲线/几何). Best for mathematical graphs and diagrams. - Hybrid Mode (Three.js + SVG): Triggered by keywords related to physics principles like Newton, waves, energy, or electromagnetism (e.g.,
牛顿/波动/能量/电磁). This mode overlays 2D SVG charts (like wave patterns) onto 3D Three.js scenes.
Additionally, the system automatically detects the subject area (Physics, Chemistry, Biology, Math, Astronomy, or Programming) to apply appropriate color themes and language adaptations.