awe

awe.js Augmented Reality adding text

谁说我不能喝 提交于 2020-01-15 08:28:08
问题 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

awe.js Augmented Reality adding text

痴心易碎 提交于 2020-01-15 08:28:07
问题 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

Address Windowing Extension

筅森魡賤 提交于 2019-12-07 23:56:19
问题 I have an 32bit application with very large memory requirements. I noticed that there is something called Address Windowing Extension. However I haven't found much information in regards to how to use it and also what disadvantages and problems one might run into while using this? 回答1: It shouldn't work on versions of Windows at 64bits (read here http://msdn.microsoft.com/en-us/library/aa366778.aspx Intel and AMD's specification of PAE does support the x86-64 architecture but the software