awe.js Augmented Reality adding text
问题 I'm trying to add text to awe.js project, using this tutorial I have came up with an attempt, https://www.sitepoint.com/augmented-reality-in-the-browser-with-awe-js/. awe.projections.add({ id: 'text', geometry: {shape: 'text', text: 'Hello World', font: 'times new roman', weight: 'normal', style: 'normal'}, rotation: {y: 45}, position: {x: -5, y: -31, z: -5}, material: { type: 'phong', color: 0xFF0000 } }, {poi_id: 'marker'}); Then I have done some more research on the subject and tried in