Changeset View
Changeset View
Standalone View
Standalone View
render_povray/templates_pov/wallstucco.pov
| Context not available. | |||||
| camera { | camera { | ||||
| location <0.2, 0.0,-25.0> | location <0.2, 0.0,-25.0> | ||||
| look_at <0.0, 0.0, 0.0> | look_at <0.0, 0.0, 0.0> | ||||
| right x*image_width/image_height // keep propotions with any aspect ratio | right x*image_width/image_height // keep proportions with any aspect ratio | ||||
| angle 65 | angle 65 | ||||
| } | } | ||||
| Context not available. | |||||
| #declare Wall=pigment { | #declare Wall=pigment { | ||||
| BrickWall(<4,1,1>,0.2,<0.05,0.1,0>,6,0.5,0.5) | BrickWall(<4,1,1>,0.2,<0.05,0.1,0>,6,0.5,0.5) | ||||
| function{FBrickWall(x,y,z).gray} | function{FBrickWall(x,y,z).gray} | ||||
| pigment_map { // give some stucture to the joint ... | pigment_map { // give some structure to the joint ... | ||||
| [0, granite | [0, granite | ||||
| scale 0.1 | scale 0.1 | ||||
| colour_map { | colour_map { | ||||
| Context not available. | |||||