##@ lights ## PROTO lights [ exposedField SFFloat intensity 1 exposedField SFColor color 111 ]{ DirectionalLight { direction 0 0 -1 color IS color intensity IS intensity } DirectionalLight { direction 0 0 1 color IS color intensity IS intensity } DirectionalLight { direction 1 0 0 color IS color intensity IS intensity } DirectionalLight { direction -1 0 0 color IS color intensity IS intensity } DirectionalLight { direction 0 1 0 color IS color intensity IS intensity } DirectionalLight { direction 0 -1 0 color IS color intensity IS intensity } } ##