I am analyzing an error related to AR and XML3D enablers. Due to rendering problems I finally tried the Teapot tutorial example. https://github.com/xml3d/xml3d.js/wiki/The-Basics-of-XML3D . Nothing showed up. The browser is Firefox 38.0.5
Console log:
GET http:GET http:The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. teapot.html
"loadDocument@http:[10]</Resource.getAdapterHandle@http:[7]</NodeAdapter.prototype.getAdapterHandle@http:[18]</DataAdapter.prototype.updateAdapterHandle@http:[18]</DataAdapter.prototype.init@http:[7]</NodeAdapterFactory.prototype.getAdapter@http:[10]</Resource.getAdapter@http:[46]</<.createRenderNode@http:[46]</MeshRenderAdapter@http:[42]</RenderAdapterFactory.prototype.createAdapter@http:[7]</NodeAdapterFactory.prototype.getAdapter@http:[7]</NodeAdapter.prototype.traverse@http:[7]</NodeAdapter.prototype.traverse@http:[112]</GLRenderer@http:[58]</RendererFactory/this.createRenderer@http:[53]</configure/<@http:[53]</configure@http:initXML3DElement@http:onLoad@http:
"No view referenced. Trying to use first view." xml3d.js:25194:24
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create xml3d.js:10977:8
TypeError: this.renderer is undefined xml3d.js:17924:4
The "renderer is undefined" message count increases, when I move cursor above the possible rendering area.
The browser is Firefox 38.0.5
It seems I cannot inspect further without help from XML3D people.
This is related to https://jira.fiware.org/browse/HELP-3152 .