Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

Search: 

  Tutorial: Modeling a Lantern Using Splines and Loft

This tutorial will teach you how to model a middle-eastern style lantern using splines and loft.

Tutorial Details:

Modeling a Lantern Using Splines and Loft

This tutorial will teach you how to model a middle-eastern style lantern using splines and loft. Loft objects are two-dimensional shapes extruded along a third axis. One of these splines serves the path while the remaining splines serve as cross-sections, or shapes, of the loft object. Here is an example of the result that we are going to make by the end of this tutorial.

We are going to learn how to draw a spline line to set the height of our lantern to later. To create this line go through Create > Shapes > Splineline. Hold Shift to make it straight and then use the Move Tool to move it to the center of the scene where the value of x, y, and z equals zero. On the top viewport, create a Rectangular shape with whatever size you choose, move it to the center of the scene the same way we did for the spline line.


 

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
Modeling a Lantern Using Splines and Loft

View Tutorial:
Modeling a Lantern Using Splines and Loft

Related Tutorials:

Displaying 1 - 50 of about 3168 Related Tutorials.

Modeling
modeling plugins. In GEMS, developers specify rules for a domain language using... Modeling Modeling  ... platform with the power of the Unified Modeling Language (UML).  
 
Generic Eclipse Modeling System
Eclipse Plugin-Language Generic Eclipse Modeling...;    The Generic Eclipse Modeling System is an MDD tool for Eclipse that allows for the rapid development of GEF modeling plugins. In GEMS
 
Database Modeling in Eclipse
Database Modeling in Eclipse Database Modeling in Eclipse         ..., Unique Keys, and Foreign Keys. Reverse engineer existing databases using
 
OMF OpenBlueLab Modeling Framework
Eclipse Plugin-Language OMF OpenBlueLab Modeling Framework                      
 
Altova XMLSpy
development environment for modeling, editing, debugging, and transforming all XML... it?s flexible enough to allow you to work with XML using the views and options
 
Open Source XML Editor
modeling application written to make creating and editing XML files easier. It runs... issues involved with storing XML in databases and using relationore XML... it belongs. Creates a new document using an existing document as a template
 
eBPMN Designer
for BPMN modeling. It implements: Full object model of the specification BPMN.... Connectivity control and advice. Powerful modeling assistance for creation
 
AM3
for modeling in the large. The objective is to deal with global resource
 
Blueprint
modeling tools on the market, implementing the latest UML2.1 standard. Blueprint Software Modeler is an integrated software modeling environment that implements UML2.1, OCL2.0 and Meta modeling; with extended constructs forming the foundation
 
Topcased Ecore Editor
. The Ecore graphical editor is a part of the TOPCASED-MF (for Modeling Framework...-mm.gforge.enseeiht.fr/website/modeling/ecore/index.html    
 
ATLFlow
; This plug in provides a diagram editor for modeling a process of model
 
WSMO Studio
modelling environment for the Web Service Modeling Ontology. WSMO Studio
 
Replacing String using Regularexpression
Replacing String using Regularexpression Replacing String using Regularexpression      ... to replace a String using Regularexpression. The steps involved in replacing
 
Creating Hyperlink using GWT
Creating Hyperlink using GWT Creating Hyperlink using GWT         ... the Hyperlink using GWT. The steps involved in Building the Hyperlink
 
Split Demo using RegularExpression
Split Demo using RegularExpression Split Demo using RegularExpression        ... a String using Regularexpression. The steps involved in splitting a String
 
Creating Menu using GWT
Creating Menu using GWT Creating Menu using GWT          ... using GWT. The steps involved in Building the Menu Structure are described below
 
WEBSERVICE USING APACHE AXIS TUTORIAL-2
Accessing ejb-webservice using WAP (Wireles-ApplicationProtocol) WEBSERVICE USING APACHE AXIS TUTORIAL-2 Accessing ejb-webservice  using  WAP (Wireles-Application Protocol) R.S.RAMASWAMY
 
Matching Pattern using Regularexpression
Matching Pattern using Regularexpression Matching Pattern using Regularexpression      ... to match a pattern with the text by using Regularexpression.The steps involved
 
Creating Trapezoid Using Java
Creating Trapezoid Using Java Creating Trapezoid Using Java         ... on PowerPoint slide using java. In this example, we are creating a slide
 
Display Image using Toolkit.getImage()
Display Image using Toolkit.getImage() Display Image using Toolkit.getImage()     ... how to display the specified image using Toolkit.getImage() method. To display
 
Create JTree using an Object
Create Jtree in Java,Creating Tree Using an Object,How to Create Tree Using Object in Java Swing Create JTree using an Object...;  In this section you will learn  to create a JTree using
 
Shifting Row Using JSP
How we can set alignment using jsp for excel Shifting row using JSP       ... to shift the row using java program. Code description : The packages we need
 
String Reverse Using StringUtils
How to Reverse String,Reverse String Using StringUtils,Online Code of Java String Reverse String Reverse Using StringUtils...; In this example we are going to reverse a given string using
 
Unzip File Using Java
; Lets learn how to unzip a file using java... the zipped file name to be unzipped using command line argument .To unzip... block. We are printing the whole exception using printStrackTrace() method. Here
 
Interchanging String using RegularExpression
Interchanging String using RegularExpression Interchanging String using RegularExpression   ...; This Example describe the way to split a String and interchange the index of string using
 
Borland Together Edition for Eclipse
modeling platform designed to support architects, developers, UML? designers
 
Borland Together Edition for Eclipse 6.2
;      Borland? Together? is a visual modeling
 
Locating a Node by Using Siblings
XML,XML Tutorials,Online XML Tutorial,XML Help Tutorials Locating a Node by Using Siblings      ... to Locate a node by using method Sibling .Methods which are used for locating
 
Calendar In JSP Using JavaScript
Calendar In JSP Using JavaScript Calendar In JSP Using JavaScript        ... application in JSP using JavaScript. We created the following files
 
Passing Parameters using
Passing Parameters using <jsp: param> Passing Parameters using <jsp: param>   ... parameters can be passed by using <jsp: param> This tag contains two
 
Draw a Triangle using a Line2D
Draw a Triangle using a Line2D Draw a Triangle using a Line2D        ... a triangle using a Line2D. To draw a triangle, we are using Line2D class of package
 
Sending message using Java Mail
Sending message using Java Mail Sending message using Java Mail...;  This Example shows you how to send a message using javamail api
 
Building Suggestion Box Using GWT
Building Suggestion Box Using GWT Building Suggestion Box Using GWT       ...;       Displaying Hello World using
 
Calculate factorial Using Recursion
Calculate factorial Using Recursion Calculate factorial Using Recursion     ... by using recursion in jsp. To make a program on factorial, firstly it must
 
Sum of a Number using Swing
Sum of a Number using Swing Sum of a Number using... using swing. JTextField, JButton is a component of GUI. Brief description... of creating a frame is,  using single argument constructor of the JFrame
 
Retrieve the String using expression
Retrieve the String using expression Retrieve the String using expression      ... to retrieve the String using expression.For this we are going to make program
 
Login Form using Ajax
Struts 2 Ajax Example,Struts 2 Ajax,Login Form Using Ajax Login Form using Ajax        ... and complete implementation of login form using the Ajax (DOJO).  Lets develop
 
Finding a Factorial using while loop
Finding a Factorial using while loop Finding a Factorial using while loop      ... are going to find out the factorial of 12 by using the while loop. In while loop
 
Application Using JAX-RPC
Application Using JAX-RPC      ... it develop a Web Service application using the JAX-RPC concept.The Web Service... an interface using JAX-RPC Create a web service to implement above interface
 
Making Tab using Javascript
Making Tab using javascript Making Tab using Javascript...;   This Example describes the way to make Tab using javascript
 
Displaying images using Javascript
Introduction to HTML Displaying images using Javascript...;   This Example describes the way to display images using
 
Displaying Hello World using GWT
Displaying Hello World using GWT Displaying Hello World using GWT       ... for displaying Hello World using GWT in java. By GWT we mean Google Web Toolkit
 
Image Icon Using Canvas Example
Image Icon Using Canvas Example Image Icon Using Canvas Example        ... on different location using Canvas class. In this example to create the image we
 
Insert Image into Database Using Servlet
Insert  Image into Database Using Servlet Insert  Image into Database Using Servlet  ...; This example illustrate the process of inserting image into database table using Servlet
 
Listing Directory using Regular expression
Listing Directory using Regular expression Listing Directory using Regular expression     ... the way how to list the directory by using Regularexpression.The steps involved
 
Building Suggestion Box Using GWT
Building Suggestion Box Using GWT Building Suggestion Box Using GWT       ... for building the suggestion box using GWT. The steps involved in Building
 
Create Excel Sheet Using JSP
How we create excel sheet using jsp create excel sheet using jsp        ... the cells and rows into excel sheet using java .You can create any number of cells
 
Select Records Using Prepared Statement
Records Using Prepared Statement Select Records Using... to select some specific records by using the PreparedStatement. We know... to establish the connection with MySQL database by using the JDBC driver. After
 
Reading message using Java Mail
Reading message using Java Mail Reading message using Java Mail  ...; This Example shows you how to read message using javamail api. All
 
Print Matchingwords using Regular expression
Print Matchingwords using Regular expression Print Matchingwords using Regular expression    ... the way to print the matching word from the file using Regularexpression
 
Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.