Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| glossary [2026/06/24 11:51] – Michael Böhme | glossary [2026/07/21 22:26] (current) – [G] Michael Böhme | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| * **CShM.** Continuous Shape Measures. A quantitative approach used in coordination chemistry to evaluate the degree of distortion of a molecule' | * **CShM.** Continuous Shape Measures. A quantitative approach used in coordination chemistry to evaluate the degree of distortion of a molecule' | ||
| * **COD.** Crystallography Open Database. An open-access collection of crystal structures of organic, inorganic, metal-organic compounds, and minerals. shapeXT allows users to fetch and visualize structures directly from this database using a 7-digit ID. | * **COD.** Crystallography Open Database. An open-access collection of crystal structures of organic, inorganic, metal-organic compounds, and minerals. shapeXT allows users to fetch and visualize structures directly from this database using a 7-digit ID. | ||
| + | * **CPU.** Central Processing Unit. The primary hardware component responsible for executing general-purpose instructions and logic. | ||
| + | |||
| + | ===== F ===== | ||
| + | |||
| + | * **FXAA.** Fast Approximate Anti-Aliasing. An efficient post-processing anti-aliasing technique that smooths edges across the rendered image without requiring additional VRAM or extra geometric sampling. | ||
| ===== G ===== | ===== G ===== | ||
| - | * **GPU.** Graphics | + | * **GPU.** Graphics |
| ===== L ===== | ===== L ===== | ||
| Line 27: | Line 32: | ||
| * **MoltenVK.** A software translation layer that maps Vulkan API calls to Apple' | * **MoltenVK.** A software translation layer that maps Vulkan API calls to Apple' | ||
| + | * **MSAA.** Multi-Sample Anti-Aliasing. A hardware-accelerated anti-aliasing technique that improves edge quality by taking multiple samples per pixel along geometry boundaries. While it delivers crisp visuals, it significantly increases VRAM consumption especially at high screen resolutions. | ||
| + | |||
| + | ===== O ===== | ||
| + | |||
| + | * **OIT.** Order-Independent Transparency. A technique that correctly renders overlapping transparent geometry (such as semi-transparent polyhedra) without requiring objects to be sorted from back-to-front. shapeXT utilizes a dedicated alpha buffer in GPU memory to achieve accurate real-time OIT. | ||
| ===== S ===== | ===== S ===== | ||
| * **Space Group.** A mathematical description of the complete 3D symmetry of a crystal lattice. It combines point group symmetries (e.g., rotations and reflections) with translational symmetries (e.g., glide planes and screw axes). There are 230 unique space groups in three-dimensional crystallography. shapeXT fully supports all these 230 space groups. | * **Space Group.** A mathematical description of the complete 3D symmetry of a crystal lattice. It combines point group symmetries (e.g., rotations and reflections) with translational symmetries (e.g., glide planes and screw axes). There are 230 unique space groups in three-dimensional crystallography. shapeXT fully supports all these 230 space groups. | ||
| - | * **SPIR-V.** SPIR-V™ is a registered trademark of the Khronos Group Inc. | + | * **SPIR-V.** |
| ===== U ===== | ===== U ===== | ||
| Line 39: | Line 49: | ||
| ===== V ===== | ===== V ===== | ||
| + | * **VRAM.** Video Random-Access Memory. High-speed memory physically located on the graphics card (GPU). It holds framebuffers, | ||
| * **VSA.** Visible Solid Angle. A metric used to quantify the steric accessibility of a metal binding site and its capacity to accommodate additional ligands. By evaluating the open space around a central atom, this approach helps predict crossover points for coordination (e.g., binding in complex cations). shapeXT features integrated visible solid angle calculation and visualization. | * **VSA.** Visible Solid Angle. A metric used to quantify the steric accessibility of a metal binding site and its capacity to accommodate additional ligands. By evaluating the open space around a central atom, this approach helps predict crossover points for coordination (e.g., binding in complex cations). shapeXT features integrated visible solid angle calculation and visualization. | ||
| * **Vulkan.** Vulkan® is a new-generation graphics and compute API for high-efficiency, | * **Vulkan.** Vulkan® is a new-generation graphics and compute API for high-efficiency, | ||