Skip to main content

Timelapse: building construction animation

Being able to create a time-lapse of a building construction process or the interiors & exteriors of the building would be an added benefit in the architectural field. There are many software's that could help you with the time-lapse creation, like SketchUp, Autodesk 3ds max or even Autodesk Maya could be used.
Although 3ds max and Maya could create stunning videos with proper talent in modelling, it would be tough to learn and master them. So for a beginner stage, Sketchup would be the best as it is pretty easy software to master.

  1. I found many tutorials online that could help you with the creation of a time-lapse in SketchUp. But unfortunately, I'm not sure how to create a video out of it yet.This video is the best example to show the possibilities and you just need a basic knowledge of using sections & views in SketchUp.
    Sketchup Building Timelapse Animation
  2. The following links are to show how can we use 3ds Max and it's script's to create particle animation which could be applied to building animation. 1)  Script Spot - link-1 , link-2 , 2)CG Architect -link-1link-2, 3) Animators toolkit, 4) You-tube


  1. The following video is a real-time time-lapse of a real construction project. This shows a good video editing skills and is a good example for video editing which I guess is done using Adobe After Effects.
    Brock Commons Time Lapse - UBC Tall Wood Building
  2. The following video posted in Fast Company could be intriguing, but I think it is an advanced level example to show what is the extent of animation in AEC industry. Although I'm not sure which software's are used in creating this video, I'm assuming  they've used 3ds Max for the model animation and After Effects for the human silhouettes and other surroundings.
    Shed Fly Through Animation 

Comments

  1. Hi, interesting post. I have been wondering about this topic, so thanks for posting. I’ll definitely be subscribing to your site. Keep up the good posts
    Exterior Architectural Millwork & Moulding in Florida

    ReplyDelete

Post a Comment

Popular Posts

Power Query - "SUBSTITUTE" Function: Remove/Replace multiple values in a column in One Step.

Often times, when you get data from a source, there will most probably be something incorrect that needs to be fixed using an ETL process of Power Query. And most of those transformations would require either Replacing or Removing string's that are not necessary. For example, if you extract any financial data from a source which has multiple currency symbols, there's a chance that the numbers get extracted along with the currency symbols like "$700"/"€700" instead of 700. And these type of cases makes it tough to Transform the Data to our wish as the value will be considered as a text instead of a number. In those type of cases, we would most likely have to create multiple steps to remove the multiple currency symbols from the Column. But thanks to the solution provided by Marcel for one of the questions posted on Stack Overflow, with a little manipulation of the Query language (M), we can replace/Remove multiple strings in one step using the List. ...

Scribble on your PC/Mac screen with these annotation tools

     While you are in a presentation or hosting a webinar, you might want to write/highlight a part of your screen to draw the attention of your audience on something important. Although you can use the tools from powerpoint to scribble in the PPT file, you might want to write something on other apps as well.      That's where these awesome apps come into play. Although these apps have similar features, you might prefer one above the other. ZoomIt :       ZoomIt is an application developed by Microsoft which can be installed from the following link . It is a free tool with features like Text, Shapes, whiteboard, blackboard, zoom . When activated, the tool converts the current screen into a static image and allows you to draw/write on it. One the tool is activated, you can also choose to create a whiteboard/blackboard screen on your PC to draw on. Although the colors are limited to 6 colors: Red (R) , Green (G) , Blue (B) , Orange (O...

Grasshopper: offsetting curves on surface vs scaling curves on surface

Though in Grasshopper Offset and Scale are two different node functions, when it comes to a planar surface, the results of the both are similar. But, I found the " Scale" node to be effective when you want to loft the resultant curve with another. The following images show the different results of a Voronoi structure that yielded when scale and offset nodes are used. When the Offset node is used When Scale is used

Grasshopper: Voronoi Holes on a Planar surface

One of the best natural examples for a Voronoi is the Wing structure of a dragon fly.Grasshopper can help us to build a shape like this in Rhino. Image Courtesy:  The Pond blog Grasshopper by default has a node for Voronoi, we just have to prepare the necessary information to feed into the node. The following example shows how to create a Voronoi shaped holes in a surface Create a planar  Surface  from rhino or grasshopper Randomly Populate the surface with points using the  Populate 2D  Node Feed the surface and the points into the  Voronoi  node and feed a number slider too to adjust eh radius This forms the required Voronoi structure which you can edit the number of points or radius. To create the holes we need to offset each and every inner portion towards its centre using the  Scale  node We can find the centre of each of the inner portions using Area node I'm not sure why but using the offset command su...