فهرست منبع

add logo to orbitals example

dsehnal 4 سال پیش
والد
کامیت
5484a2a72c
3فایلهای تغییر یافته به همراه31 افزوده شده و 3 حذف شده
  1. 1 1
      README.md
  2. 19 1
      src/examples/alpha-orbitals/index.html
  3. 11 1
      src/examples/alpha-orbitals/index.ts

+ 1 - 1
README.md

@@ -177,4 +177,4 @@ Funding sources include but are not limited to:
 * [RCSB PDB](https://www.rcsb.org) funding by a grant [DBI-1338415; PI: SK Burley] from the NSF, the NIH, and the US DoE
 * [PDBe, EMBL-EBI](https://pdbe.org)
 * [CEITEC](https://www.ceitec.eu/)
-* [EntosAI](https://www.entos.ai) (``alpha-orbitals`` extension)
+* [EntosAI](https://www.entos.ai)

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 19 - 1
src/examples/alpha-orbitals/index.html


+ 11 - 1
src/examples/alpha-orbitals/index.ts

@@ -53,8 +53,9 @@ export class AlphaOrbitalsExample {
     plugin: PluginContext;
 
     async init(target: string | HTMLElement) {
+        const defaultSpec = DefaultPluginSpec();
         this.plugin = await createPluginAsync(typeof target === 'string' ? document.getElementById(target)! : target, {
-            ...DefaultPluginSpec(),
+            ...defaultSpec,
             layout: {
                 initial: {
                     isExpanded: false,
@@ -62,6 +63,15 @@ export class AlphaOrbitalsExample {
                 },
                 controls: { left: 'none', right: 'none', top: 'none', bottom: 'none' },
             },
+            components: {
+                viewport: {
+                    canvas3d: {
+                        camera: {
+                            helper: { axes: { name: 'off', params: { } } }
+                        }
+                    }
+                }
+            },
             config: [
                 [PluginConfig.Viewport.ShowExpand, false],
                 [PluginConfig.Viewport.ShowControls, false],

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است