|
@@ -93,14 +93,6 @@ export default class Martins
|
93
|
93
|
}
|
94
|
94
|
|
95
|
95
|
/**
|
96
|
|
- * Engine edition
|
97
|
|
- */
|
98
|
|
- static get edition(): string
|
99
|
|
- {
|
100
|
|
- return 'Free Edition';
|
101
|
|
- }
|
102
|
|
-
|
103
|
|
- /**
|
104
|
96
|
* Speedy Vision
|
105
|
97
|
*/
|
106
|
98
|
static get Speedy(): typeof Speedy
|
|
@@ -126,7 +118,7 @@ Object.freeze(Martins);
|
126
|
118
|
|
127
|
119
|
// Display a notice
|
128
|
120
|
Utils.log(
|
129
|
|
- `MARTINS.js ${Martins.edition} version ${Martins.version}. ` +
|
|
121
|
+ `MARTINS.js version ${Martins.version}. ` +
|
130
|
122
|
`GPU-accelerated Augmented Reality for the web by Alexandre Martins. ` +
|
131
|
123
|
__MARTINS_WEBSITE__
|
132
|
124
|
);
|