Hi, I need to get the spheres in this sketch that on mouseover, reveal a label with values from the xml document (specifically, the description child). I'm particularly confused as to how I can get it done, and an example sketch I tried to follow
here did not prove successful as I'm working in a 3D environment. I am looking for something like
the labels in Invisible Cities. Can someone point me in the right direction? Thank you so much!
Hi, I'm doing a data visualization and what I have are cones drawn on a map using lat long coords and the height is determined by values in an xml document. The code is below:
What I need is to create another controlp5 button which only shows the spheres that are have been mapped to the locations and then translated according to the height of alti. Can anyone point me in the right direction? I first tried to gray out drawEarthquakeMarker() at line 86, but that only draws the spheres at the locations and does not translate them at heights according to alti. I guess it is because when drawEarthquakeMarker() is not called, alti is also not called, and I'm not sure where else to declare alti. I know this is kind of a noob question, but I'm at my wits end. Thank you in advance for your help!
/edit On another note, I need some help to get the spheres to display values from the xml document (specifically the description child) on mouseOver. I'm looking at something similar to this example, where on mouseover, a label pops up. However, I'm dealing in 3D, so I'm just afraid the label might not pop up as intended. Any advice would be awesome!
Hi, I tried signing my applet recently but it gave me this in the Java Console even after signing all my .jar files. My applet accesses the user's microphone, and i'm sure I signed all my .jar files correctly. I read
here that it could be a problem with Mac and Java installation but I really need it to work on a Mac...is there any way around this? Thanks in advance for your help!