who can help
on this https://zimjs.com/three I found the mercury planet with circle and tip label annotation but not working in a ZIM Texture Active yet
Otherwise, make a TextGeometry() and mesh it to a material. Then place the meshes around the world using mesh.position.x, mesh.position.y, mesh.position.z and mesh.rotation.y etc. Would be a pain. All this is not ZIM.
so how to make it possible into a ZIM file now?
any suggestions?
because it is pure THREEjs and html above, it turns perfectly
can be cool to have it in ZIM request 019 to make it easy implementing it
thanks to have a look
note: nice to know text is always readable (under the codepen example)
I tried it and looks like this
I get it fixed onto a location ontop of the cube in ZIM
and also with to possibility to show and hide the annotation
from https://zimjs.com/015/textureactive5.html
look like this
so we can point out where all ZIM coders are!
problem was when rotation and animation the annotation was not turning, I fixed that issue watch my solution, annotation becomes greyed out but fixed to the position of the label!
the zapp
cool - maybe move it away from the cube a little so it does not cut through it.
I think this is what React/Fibre people are doing - adding 2D annotations to 3D. Would be handy to have an easy way with the TextureActive system... will give it some thought for 019.