Đang chuẩn bị liên kết để tải về tài liệu:
beginning opengl game programming 2004 phần 5

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

OpenGL (tiếng Anh Open Graphics Library) là một tiêu chuẩn kỹ thuật đồ họa có mục đích định ra một giao diện lập trình ứng dụng (tiếng Anh: API) đồ họa 3 chiều. OpenGL cũng có thể được dùng trong các ứng dụng đồ họa 2 chiều. | CHARTER 6 Ị Bitmaps an D Images I with OpenGL Ể Now it s time to break off from the world of 3D graphics and take a look at the world of raster graphics which are graphics in which an image is composed of an array of pixels arranged in rows and columns. In this chapter you ll be looking specifically at how you can use OpenGL to perform various functions on bitmaps and images. We ll also be discussing how to load and save the Targa .tga image file format. In this chapter you will discover How to use OpenGL bitmaps OpenGL pixel functions How to load and save the Targa image format The OpenGL Bitmap The term bitmap in the context of OpenGL is defined as a rectangular array of pixels where one bit of information a 0 or 1 is stored about each pixel. Bitmaps are composed of a mask encapsulated in a two-dimensional array representing a rectangular area of the window. You can use them for rendering font characters 2D objects in a game or as elements in a GUI. For instance take a 16 X 16 bitmap and divide it into a 16 X 16 grid as shown in Figure 6.1. When you draw this bitmap every bit in the two-dimensional array that is set to 1 corresponds to a pixel in the current raster color on the screen. If the bit is 133 TLFeBOOK 134 Chapter 6 Bitmaps and Images with OpenGL not set then nothing is drawn. Given this behavior the 16 X 16 bitmap shown in Figure 6.1 will be drawn by OpenGL as the letter X. You will see an example in this chapter that does something similar. Actually specifying the bitmap data is slightly different than that shown in Figure 6.1. Bitmap data is always stored in 8-bit multiple chunks although the width of the actual bitmap does not need to be a multiple of 8. OpenGL draws the bitmap by starting at the lower-left corner and working its way up row by row. Therefore you need to specify your bitmap s data in this order so Figure 6 1 A 16 X 16 bitmap that the bottom of the bitmap is the first set of data and divided into a grid of zeroes and ones. the top of

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.