Computer Graphics
Graphic Systems
Input-Output Devices
Scan Conversion a line
Scan Conversion Circle
Scan Converting Ellipse
Filled Area Primitives
2D Transformations
2D-Viewing
Clipping Techniques
Pointing & Positioning
3D Computer Graphics
Hidden Surfaces
Projection
Programs
3D Modelling System
It is a 2D modeling system plus the addition of some more extra primitives. 3D system includes all types of user-defined systems. The standard coordinate system used is called a world coordinate system. Whereas the user-defined coordinate system is called a user coordinate system.
It is of three types
- Solid Modelling System
- Surface Modelling System
- Wireframe Models
Wireframe Models: It has a lot of other names also i.e.
Java Try Catch
- Edge vertex models
- Stick figure model
- Polygonal net
- Polygonal mesh
- Visible line detection method
Wireframe model consists of vertex, edge (line) and polygons. Edge is used to join vertex. Polygon is a combination of edges and vertices. The edges can be straight or curved. This model is used to define computer models of parts, especially for computer-assisted drafting systems.
Wireframe models are Skelton of lines. Each line has two endpoints. The visibility or appearance or look of the surface can be should using wireframe. If any hidden section exists that will be removed or represented using dashed lines. For determining hidden surface, hidden lines methods or visible line methods are used.
Advantage
- It is simple and easy to create.
- It requires little computer time for creation.
- It requires a short computer memory, so the cost is reduced.
- Wireframe provides accurate information about deficiencies of the surface.
- It is suitable for engineering models composed of straight lines.
- The clipping process in the wireframe model is also easy.
- For realistic models having curved objects, roundness, smoothness is achieved.
Disadvantage
- It is given only information about the outlook if do not give any information about the complex part.
- Due to the use of lines, the shape of the object lost in cluttering of lines.
- Each straight line will be represented as collections of four fold lines using data points. So complexity will be increased.