Show how to add different primitives to the same scene (relying on the turtle, or not!).
Preliminarily:
1.- Create empty scene first 'Sc = Scene()'
2.- Use add!() method, which will take care of replicating colors as needed 'add!(Sc, mesh = BB, color = RGB(72/255, 128/255, 20/255), material = Lambertian(τ = 0.0, ρ = 0.21))'
Show how to add different primitives to the same scene (relying on the turtle, or not!).
Preliminarily:
1.- Create empty scene first 'Sc = Scene()'
2.- Use add!() method, which will take care of replicating colors as needed 'add!(Sc, mesh = BB, color = RGB(72/255, 128/255, 20/255), material = Lambertian(τ = 0.0, ρ = 0.21))'