Skip to content

ahmetayrnc/3d-sweep-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sweep Line Generator for Unity

We decided to create a unity tool for game developers to be able to create complex 3D shapes easily.

The report describing all the details of the report can be found here

Sweep Object

A sweep object is a 3D shape obtained by moving an cross section along a line. This can be as simple as creating a cylinder from a circle and a straight line. However, to create more complex shapes we need to be able to do more than just taking a straight line and a single 2D object to sweep along it. This includes but is not limited to: sweeping along the curved lines, interpolating between multiple cross-sections, rotating the cross-section around the line, and scaling the cross-section.

Exampes

Sweep Object 01 Sweep Object 02 Sweep Object 02 Sweep Object 02 Sweep Object 02

Releases

No releases published

Packages

No packages published

Languages