Orbital Create

base_r, base_g, base_b

Set here the r, g, b color components of the orbital, from black (0.0, 0.0, 0.0) to white (1.0, 1.0, 1.0), when the wavefunction is positive. When phase is no these r, g, b components are used to color the whole orbital.
Example: <orbital ... base_r="1.0" base_g="0.5" base_b="0.0"/> (default)
(defined in GAMGI_MESA_ORBITAL_BASE_R, GAMGI_MESA_ORBITAL_BASE_G
and GAMGI_MESA_ORBITAL_BASE_B)
Allowed values: real (optional, coupled)

phase_r, phase_g, phase_b

Set here the r, g, b color components of the orbital, from black (0.0, 0.0, 0.0) to white (1.0, 1.0, 1.0), when the wavefunction is negative. When phase is no the whole orbital is colored using only the base r, g, b components.
Example: <orbital ... base_r="0.5" base_g="0.5" base_b="1.0"/> (default)
(defined in GAMGI_MESA_ORBITAL_PHASE_R, GAMGI_MESA_ORBITAL_PHASE_G
and GAMGI_MESA_ORBITAL_PHASE_B)
Allowed values: real (optional, coupled)

frame_r, frame_g, frame_b

Set here the r, g, b color components of the orbital frame, from black (0.0, 0.0, 0.0) to white (1.0, 1.0, 1.0). When frame is no the frame r, g, b components are ignored.
Example: <orbital ... base_r="1.0" base_g="1.0" base_b="1.0"/> (default)
(defined in GAMGI_MESA_ORBITAL_FRAME_R, GAMGI_MESA_ORBITAL_FRAME_G
and GAMGI_MESA_ORBITAL_FRAME_B)
Allowed values: real (optional, coupled)

scale

Change the orbital size, including its child objects. Orbital objects are scaled around the orbital center. The visual representation of an object is always scaled by its own scale factor multiplied by the scale factor of all its parent objects until layer, inclusive.
Example: <orbital ... scale="1.0"/> (default)
(defined in GAMGI_MESA_SCALE)
Allowed values: positive real (optional)
Home