View allAll Photos Tagged Structured,

I got bored tonight and this is the result :) Hope you like it!

 

Models: kuoma-stock.deviantart.com/

lisajen-stock.deviantart.com/

 

Background & Texture: www.flickr.com/photos/27805557@N08/

First experiments with Structure Synth & Sunflow

Dandelions have such an amazing structure to them, which is shown nicely in this macro.

After Howl : Objects structures volumes and other sexual practices, Erg (Brussels), June 17, 2013.

 

Collective performance by AFTER HOWL, starring Dany Borges, Jonathan Boutefeu (John Tsé Tong), Arthur Calloud, Jérôme Gérard, Miguel Soares Goncalvez (Mesa Do Miguel), Sébastien Herickx, Guillaume Lambot, Marie Sardin, Rémy Tith.

 

afterhowl.tumblr.com/

www.facebook.com/AfterHowl

Edited ISS043 image of Mauritania and the Richat Structure.

4/11/2020

Childress, Texas

 

A severe warned supercell moves east along Highway 287. This storm formed west of Childress in a line of storms, but an embedded supercell was able to form where it tried to produce a tornado several times. In this photo you can see a large wall cloud just to the left of the road.

Structures à Confluence

Sault Ste Marie, Scenes around this major shipping town and a gateway to Canada

Allen Lambert Galleria, Brookfield Place, Toronto.

 

Camera: Zeiss Ikon Contessamat SE

Film: Shopper's Drug Mart easypix 400 (Fuji?)

CAL FIRE/Placer County Fire Department assisted Placer Hills Fire Protection District with a structure fire on Ponderosa Lane Auburn February 2023.

This amazing glass couture piece Structures of Self was recently modeled by one of the collaborating artists during the new Beakerhead festival of science, art and engineering. The idea to collaborate on an a photoshoot that paired the alien/bug like garment with the 40 foot RayGun Gothic Rocketship during the setting sun, made for some pretty creative images

 

Structures of Self:

 

lead artist: Farlee Mowat

 

artist: Lana Collier

 

Raygun Gothic Rocketship:

 

Sean Orlando

 

Nathaniel Taylor

 

David Shulman

This structure was inspired from the idea of taking a traditional pergola and turning it upside down. We then decided to support it by cables suspended from a single post. This was created in the Toronto area.

 

Your Deck Company is a deck builder in the Toronto area. We also service Markham, Richmond Hill, Thornhill, Vaughan, Woodbridge, Pickering, Ajax and surrounding areas. Your Deck Company specializes in the installation of low maintenance decking products and custom outdoor garden structures.

Feel free to visit our website at www.yourdeck.ca for more examples of our work. We would be happy to assist you with your upcoming decking or outdoor project.

Thank You.

Shot this at Qutub MInar

Model of a structure in Frei Otto's studio. I love the tiny people.

Ambient Occlusion test using the new internal Structure Synth raytracer. (Rendering time: 46s)

 

set raytracer::ambient-occlusion [100,100,0.9]

set raytracer::shadows false

set raytracer::reflection 0.0

set raytracer::phong [0.4,0.8,1]

 

set background #fff

 

set maxdepth 400

3 * { rz 120 } R1

3 * { rz 120 } R2

 

rule R1 {

{ x 1.3 rx 1.57 rz 6 ry 3 s 0.99 hue 1 sat 0.99 } R1

{ s 4 a 1 color white } sphere

{ s 2.2 x 2 hue 120 a 0.3 color white } sphere

}

 

rule R2 {

{ x -1.3 rz 6 ry 3 s 0.99 hue 1 sat 0.99 } R2

{ s 4 a 1 color white } sphere

{ s 2.2 x 2 hue 120 a 0.3 color white } sphere

}

binding, knotting and interlacing within a rigid structure, paying attention to the effects of light and space

Caana

Sky Palace

Black & Veatch is extending its Breakthrough Overhead Line Design ® (BOLD) consultancy services to India, Indonesia, Philippines, Thailand, and Vietnam. BOLD® structures and specifications have the potential to provide higher power delivery capacity, allowing more power to be transmitted and delivered while mitigating community impacts through lowered structure heights and reduced footprint over traditional approaches.

Photo taken during the 5th Scott Kelby Worldwide PhotoWalk at Av. Paulista, São Paulo, Brazil

Une partie de la toiture d'un édifice du gouvernement du Canada, autrefois l'Hotel de ville d'Ottawa.

 

The roof of a Canada government building, formerly Ottawa City Hall.

color pencils. 60x60 cm

NORTHRIDGE - 40 firefighters found the garage (attached) of a single-family home fully involved and extinguished the fire in 13 minutes. Initial reports of a person trapped in the fire room proved to be false after a thorough search. The fire was stopped quickly before extending into the home. No reported injuries.

 

© Photo by Jacob Salzman

 

LAFD Incident: 060419-1230

 

Connect with us: LAFD.ORG | News | Facebook | Instagram | Reddit | Twitter: @LAFD @LAFDtalk

// Inital position

set background #FFF

{ x -4 y -4 z -0.5 s 1 1 0.1 z 0.5 color #FFF }

mat

// Ground plane

{ x -0 y -0 z -0.5 s 20 20 0.01 color #000 } box

  

// make 6x6 blocks

rule mat {

12 * { x 1 hue 0 } 12 * { y 1 hue 0 } split

}

 

// do a z -0.5 to center cube around zero before doing scale

// - then translate back with z 0.5 at end of operation

// this way all bases line up.

 

// X-split

rule split w 5 maxdepth 3 > square {

{ z -0.5 s 1/3 1 1.3 x -1 color red z 0.5 } split

{ z -0.5 s 2/3 1 0.7 x 1/4 color blue z 0.5 } split

}

rule split w 5 maxdepth 3 > square {

{ z -0.5 s 2/3 1 1.3 x -1 color orange z 0.5 } split

{ z -0.5 s 1/3 1 0.7 x 1/4 color yellow z 0.5 } split

}

 

// Y-split

rule split w 5 maxdepth 3 > square {

{ z -0.5 s 1 1/3 0.8 y -1 color cyan z 0.5 } split

{ z -0.5 s 1 2/3 1.0 y 1/4 color green z 0.5 } split

}

rule split w 5 maxdepth 3 > square {

{ z -0.5 s 1 2/3 0.8 y -1 color magenta z 0.5 } split

{ z -0.5 s 1 1/3 1.0 y 1/4 color purple z 0.5 } split

}

 

// No split

//rule split w 0.2 { square }

 

rule square {

{ z -0.5 s 0.95 0.95 0.8 z 0.8 } box

onTopBox

}

 

// 20% height boxes

rule onTopBox { // 50/50 H/W

{ s 0.5 0.5 0.2 z 3 sat 0 } box

}

rule onTopBox { // 50/50 H/W + shifted

{ x 0.1 y 0.1 s 0.5 0.5 0.2 z 3 sat 0 } box

}

rule onTopBox { // 30/50 H/W - shifted

{ x -0.1 y -0.1 s 0.3 0.5 0.2 z 3 sat 0 } box

}

rule onTopBox { // 20/10 H/W + shifted

{ x 0.1 y 0.1 s 0.2 0.1 0.2 z 3 sat 0 } box

}

// 50% on top boxes

rule onTopBox { // 10/10 H/W + shifted

{ x 0.1 y 0.1 s 0.1 0.1 0.5 z 1.5 sat 0 } box

}

rule onTopBox w 2 { // 50/50 H/W

{ s 0.5 0.5 0.5 z 1.5 sat 0 } box

onTopBox2

}

 

// boxes on top of boxes

// 20 % height

rule onTopBox2 { // 30/30 H/W + shifted

{ x 0.05 y 0.05 s 0.3 0.3 0.2 z 5.5 color #FF0 } box

}

rule onTopBox2 { // 30/30 H/W - shifted

{ x -0.05 y -0.05 s 0.3 0.3 0.2 z 5.5 color #FF0 } box

}

// 80% height

rule onTopBox2 { // 10/10 H/W + shifted

{ x 0.05 y 0.05 s 0.1 0.1 0.8 z 1.7 color #F00 } box

}

rule onTopBox2 { // 10/10 H/W - shifted

{ x -0.05 y -0.05 s 0.1 0.1 0.8 z 1.7 color #F00 } box

}

У каждого камня свой рисунок - Each stone has its own surface structure

Messing with the new camera and lens kit...

 

www.44bikes.com

Hide n Seek Indoor Playground, Calgary, Alberta

1 2 ••• 26 27 29 31 32 ••• 79 80