|
69 | 69 | </a-marker>
|
70 | 70 | <!--Custom marker [A]-->
|
71 | 71 | <a-marker preset='custom' type='pattern' url='../assets/patt/A-90.patt'>
|
72 |
| - <a-plane rotation="-90 0 0" width="2" height="2" color="#000" shadow></a-plane> |
73 | 72 | <a-entity gltf-model="#methane" scale="0.5 0.5 0.5" animation-mixer>
|
74 | 73 | <a-animation attribute="rotation" to="360 360 360" dur="5000" easing="linear" repeat="indefinite">
|
75 | 74 | </a-animation>
|
76 | 75 | </a-entity>
|
77 | 76 | </a-marker>
|
78 | 77 | <!--Custom marker [B]-->
|
79 | 78 | <a-marker preset='custom' type='pattern' url='../assets/patt/B-90.patt'>
|
80 |
| - <a-plane rotation="-90 0 0" width="2" height="2" color="#000" shadow></a-plane> |
81 | 79 | <a-entity gltf-model="#ethane" scale="0.5 0.5 0.5" animation-mixer>
|
82 | 80 | <a-animation attribute="rotation" to="360 360 360" dur="5000" easing="linear" repeat="indefinite">
|
83 | 81 | </a-animation>
|
84 | 82 | </a-entity>
|
85 | 83 | </a-marker>
|
86 | 84 | <!--Custom marker [C]-->
|
87 | 85 | <a-marker preset='custom' type='pattern' url='../assets/patt/C-90.patt'>
|
88 |
| - <a-plane rotation="-90 0 0" width="2" height="2" color="#000" shadow></a-plane> |
89 | 86 | <a-entity gltf-model="#cyclo-hexane" scale="0.5 0.5 0.5" animation-mixer>
|
90 | 87 | <a-animation attribute="rotation" to="360 360 360" dur="5000" easing="linear" repeat="indefinite">
|
91 | 88 | </a-animation>
|
92 | 89 | </a-entity>
|
93 | 90 | </a-marker>
|
94 | 91 | <!--Custom marker [D]-->
|
95 | 92 | <a-marker preset='custom' type='pattern' url='../assets/patt/D-90.patt'>
|
96 |
| - <a-plane rotation="-90 0 0" width="2" height="2" color="#000" shadow></a-plane> |
97 | 93 | <a-entity gltf-model="#ethanol" scale="0.25 0.25 0.25" animation-mixer>
|
98 | 94 | <a-animation attribute="rotation" to="360 360 360" dur="5000" easing="linear" repeat="indefinite">
|
99 | 95 | </a-animation>
|
100 | 96 | </a-entity>
|
101 | 97 | </a-marker>
|
102 | 98 | <!--Custom marker [F]-->
|
103 | 99 | <a-marker preset='custom' type='pattern' url='../assets/patt/F-90.patt'>
|
104 |
| - <a-plane rotation="-90 0 0" width="2" height="2" color="#000" shadow></a-plane> |
105 | 100 | <a-entity gltf-model="#pyrrole" scale="0.5 0.5 0.5" animation-mixer>
|
106 | 101 | <a-animation attribute="rotation" to="360 360 360" dur="5000" easing="linear" repeat="indefinite">
|
107 | 102 | </a-animation>
|
108 | 103 | </a-entity>
|
109 | 104 | </a-marker>
|
110 | 105 | <!--Custom marker [G]-->
|
111 | 106 | <a-marker preset='custom' type='pattern' url='../assets/patt/G-90.patt'>
|
112 |
| - <a-plane rotation="-90 0 0" width="2" height="2" color="#000" shadow></a-plane> |
113 | 107 | <a-entity gltf-model="#nuclear_fission" scale="0.5 0.5 0.5" animation-mixer>
|
114 | 108 | <a-animation attribute="rotation" to="0 360 0" dur="5000" easing="linear" repeat="indefinite">
|
115 | 109 | </a-animation>
|
|
0 commit comments