You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our algorithmic processing outputs various 3D views (STL format):
we are testing how and whether XML3D provides the desired functionality.
Our initial approach to convert STL format to the native XML3D as an external resource, didn't work - the colors, the view port and the overall output was completely off.
This might be related to the file format conversion tool, or something that we couldn't figure out - but either way, this was a dead end.
Currently what does seem to partially work is the use of the XML3D STL plugin - we load our STL file. What's missing:
Fix the scale of the dispalyed object
The colors being displayed are not from the spectrum we use, need to figure this color shift.
The text was updated successfully, but these errors were encountered:
You can easily change the scaling of the object using CSS 3D transform properties. For instance, navigate to the example, open the browser console, and run:
STL has no per-vertex or per-object colors defined. Some non-standard STL variations exist that support colors. But these are not supported by the STL plug-in.
You can easily vary the object color setting material parameters. Again, in the example, try:
If you need per-vertex colors, and from saying you want to visualize a spectrum it seems you need per vertex colors, you need to create for instance the XML3D JSON format. Obviously I can't say anything about your try. Maybe you want to post it to the public mailing list: https://mail.cg.uni-saarland.de/mailman/listinfo/xml3d-public
Phase3 startup report
Our algorithmic processing outputs various 3D views (STL format):
we are testing how and whether XML3D provides the desired functionality.
Our initial approach to convert STL format to the native XML3D as an external resource, didn't work - the colors, the view port and the overall output was completely off.
This might be related to the file format conversion tool, or something that we couldn't figure out - but either way, this was a dead end.
Currently what does seem to partially work is the use of the XML3D STL plugin - we load our STL file. What's missing:
Fix the scale of the dispalyed object
The colors being displayed are not from the spectrum we use, need to figure this color shift.
The text was updated successfully, but these errors were encountered: