2014-06-20から1日間の記事一覧

床の色

背景となる床の色を指定します。 //********************************************************************************** #local P_floor = pigment { gradient x+y color_map { [ 0.25 rgbf ] [ 0.25 rgbf ] [ 0.75 rgbf ] [ 0.75 rgbf ] } } //*********…