Posts

Showing posts from October 12, 2020

New Post

Algorithms Behind Space Missions ~xRay Pixy

Image
Learn different algorithms used in Space Missions. Video Link Video Chapters: Algorithms Behind Space Missions 00:00 Introduction 00:52 Space Missions 04:26 Space Missions Challenges 07:04 Algorithms Used in Space Missions 10:36 Optimization Techniques 11:44 Conclusion  NASA conducts space missions to explore the universe for various scientific, technological, and practical reasons: Understanding Our Place in the Universe Search for Life Beyond Earth Studying Earth from Space Advancing Technology Supporting Human Exploration Resource Utilization Inspiring Humanity Examples of NASA Space Missions Apollo Program: Sent humans to the Moon (1969–1972). Mars Rovers (Spirit, Opportunity, Perseverance): Explored Mars' surface and geology. Voyager Missions: Studied the outer planets and interstellar space. Hubble Space Telescope: Captured breathtaking images of the universe. International Space Station (ISS): Supports research in microgravity and international collaboration. Different ...

3d Display Methods in Computer Graphics

Image
 3D Display Methods 3D Projection Q. What is 3D Projection/Graphical Projection? It is a design technique used to display 3D objects on a 2D surface. Why we are using a 2D surface to display 3D objects? Because all graphics devices are 2D [like Monitor Screen]. When we want to draw 3D objects on a computer monitor. Convert the world coordinates into screen coordinates [i.e., project 3D objection on the 2D plane]. Q. What is the Projection? Process of representing 3D objects into 2D. [i.e., shadow of object]. Q. How an object is projected?  By projecting each of its points [create a map of points]. There are infinite points in Object. Take projection of only corner points of an object on a 2D plane than join these projected points by a straight line in the 2D plane. Q. What is a Parallel Projection? Projection of point in 3D space. Parallel Projection is a method for generating a view of a solid object. Project point on the object surface along parallel lines onto the display p...
More posts