Holger Seelig
Holger Seelig
X3D 4.0 addresses this issue, see https://www.web3d.org/documents/specifications/19775-1/V4.0/index.html > diffuseParameter = mixTexture(applyColorPerVertex(diffuseParameter), diffuseTextureParameter) So I will close this issue now.
Are you sure you are hovering a node, and not the 'Root Nodes' label, and are you sure you are editing a PROTO not a X3DPrototypeInstance?
MF{type} toString() is a browser dependent method and not specified. Please do your own formatting, as you like it, manually. For instance you could use: ``` function initialize () {...
Please note that Titania is now listed on [Flathub](https://flathub.org/apps/details/de.create3000.titania) and [Snap Store](https://snapcraft.io/titania). All new updates will be from there, the create3000 Flatpak will not longer be updated. Please follow the...
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toString describes the JavaScript 'Array' objects method toString. An X3D MF* field is not derived from JavaScript 'Array' and has its own formating,
> i, personally, would see 'toString' as producing 'human readable' text An MF* field produces human readable text if you use `print (mffield)` or `Browser .print (mffield) `for debugging purposes,...
It is no rocket science to get nice one line formatting, for instance you could do: ``` function initialize () { var a = new MFInt32 (1, 2, 3, 4,...
I can confirm this, I have also encountered this bug.
The bug has disappeared in my environment. I think it was a browser cache issue.
It is of course possible to get the Background node to be displayed. The Background node is, as well as Fog, NavigationInfo, and Viewpoint node an X3DBindableNode, which has a...