View allAll Photos Tagged render
Here is yet another render, for the builder Horacio. The original model is posted on Mecabricks here: mecabricks.com/en/models/b82xDXJp21z
Rendered with: Mecabricks.com
~Operator011
Render del escudo del conservatorio de musica Jose Guadalupe, texturizado a maderas, en 3dsmax 8, con Vray.
Se modelo a partir de un dibujo.
The Barcelona Pavilion by Mies van der Rohe. Rendered in Rhino 4.0 with Flamingo Photometric.
Orthographic view w/ roofs removed.
A cohousing design for my sustainable architecture class in Florence, Italy. Modeled in SketchUp, rendered in Vray, and completed in Photoshop.
This is a rendered image of an area or object that may be present in, or used to construct, an integrated and abundance generating circular city system as proposed by The Auravana Project and The Zeitgeist Movement.
Pacific Place - Hong Kong, China
HDA : Consultant Design & Enginneer
Client : Swire Properties Inc.
Architect: Heatherwick Studio
Date : 2005 - 2012
See more at : www.hda-paris.com/
Es el primer intento de retrato a un animalito. La subo en conmemoración de su 6to mes de vida, lo cual equivale a 20 años de humano.
Working on scripting Structure Synth output using the new experimental JavaScript support.
The output here is a rough 80-frame demo, rendered in approx. 15 minutes (~10 seconds per frame). It uses the internal raytracer, and the still frames were combined using MEncoder (which I obviously must learn to tweak). Some weird compression artifacts appeared after sending the movie to Flickr.
The example was created the following way:
Define a standard EisenScript file:
set raytracer::ambient-occlusion [4,4,0.95]
set raytracer::shadows false
set raytracer::reflection 0.9
set raytracer::phong [0.4,0.8,1]
set background #fff
#define _md 40
#define _rz 0
#define _zoom 1
set maxdepth _md
{ rz _rz s _zoom } r0
rule r0 {
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
}
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
}
Create a second file in the Structure Synth editor:
#javascript
function pad(number) {
number = number + ''; // convert to string
while (number.length < 3) number = "0" + number;
return number;
}
Builder.load("Examples/Default.es");
for (i = 0; i < 80; i++) {
Builder.reset();
Builder.define("_md", i*5);
Builder.define("_zoom",(1- i/120.0));
Builder.define("_rz",( i/2.0));
Builder.render();
Builder.raytraceToFile("Pict" + pad(i) + ".png",true);
}
The first line is important - this tells Structure Synth to parse the content as JavaScript.
As traditional entertainers (griots in French) the members of Super-11 get paid by audience members as they perform. The lady on the right is wearing a formal headdress typical of the Songhai people who live around Timbuktu.