There are examples of terrain display using Java3d, where the author
used elevation colors to show different topographic features, this is
done using vertex coloring - HOWEVER if you also want to show valley
shadows you need the Java3d directional lighting feature. I cannot
discover how to apply both. Can anybody throw some light on this issue?