 Icons – the application icons, in a variety of sizes, required for a dịch -  Icons – the application icons, in a variety of sizes, required for a Việt làm thế nào để nói

 Icons – the application icons, in

 Icons – the application icons, in a variety of sizes, required for a Windows Store application.  Medals – winning players are awarded a medal. It can be golden, silver, or bronze.  Misc – you get some branding elements as well as some graphics that are used in combination with other game items, such as particles.  Monsters – monsters are used in the “How To” part of the game.  Music – the long tracks used in different levels and screens.  Sounds – short sound clips used when different game behaviors in the game are triggered. For example, when the bear gets hit, he lets out a brief cry.
All graphical assets mentioned here are PNG resources. The way I structured the game, some elements are larger than the others and I needed to take some measures to cut down on the package size. PNGs are fairly well-sized without much quality loss compared to raw images. At the beginning of the development process, all graphics were stored in DDS files.
DirectDraw Surface, or DDS, is a file format developed by Microsoft that helps developers optimize some of the graphics by avoiding re-compression performance loss. One of the benefits of using DDS files is the fact that whenever they are processed by the GPU, the amount of memory taken by them is the same as the file size of the DDS file itself. Usually, for 2D games the compression-based performance loss is not necessarily noticeable. For PNG files used on the DirectX stack, resources are allocated to decompress the texture. Not so for DDS files.
Depending on the case, DDS files can be generated on the fly. FallFury preserves relatively small textures in DDS format and larger ones, such as backgrounds, in PNG. It’s the best of both worlds. DDS files can be generated by a tool bundled with the DirectX SDK called dxtex (usually located in C:Program Files (x86)Microsoft DirectX SDK (June 2010)Utilitiesinx64):
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
 Icons – the application icons, in a variety of sizes, required for a Windows Store application.  Medals – winning players are awarded a medal. It can be golden, silver, or bronze.  Misc – you get some branding elements as well as some graphics that are used in combination with other game items, such as particles.  Monsters – monsters are used in the “How To” part of the game.  Music – the long tracks used in different levels and screens.  Sounds – short sound clips used when different game behaviors in the game are triggered. For example, when the bear gets hit, he lets out a brief cry. All graphical assets mentioned here are PNG resources. The way I structured the game, some elements are larger than the others and I needed to take some measures to cut down on the package size. PNGs are fairly well-sized without much quality loss compared to raw images. At the beginning of the development process, all graphics were stored in DDS files. DirectDraw Surface, or DDS, is a file format developed by Microsoft that helps developers optimize some of the graphics by avoiding re-compression performance loss. One of the benefits of using DDS files is the fact that whenever they are processed by the GPU, the amount of memory taken by them is the same as the file size of the DDS file itself. Usually, for 2D games the compression-based performance loss is not necessarily noticeable. For PNG files used on the DirectX stack, resources are allocated to decompress the texture. Not so for DDS files. Tùy thuộc vào trường hợp, DDS tập tin có thể được tạo ra trên bay. FallFury bảo tồn các kết cấu tương đối nhỏ ở định dạng DDS và những người lớn hơn, chẳng hạn như nguồn gốc, trong PNG. Nó là tốt nhất của cả hai thế giới. DDS tập tin có thể được tạo ra bởi một công cụ đi kèm với DirectX SDK được gọi là dxtex (thường nằm ở C:Program Files (x 86) Microsoft DirectX SDK (tháng 6 năm 2010) Utilitiesinx64):
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
 Icons - biểu tượng ứng dụng, trong một loạt các kích cỡ, cần thiết cho một ứng dụng Windows Store.  Huy chương - chiến thắng người chơi được trao huy chương. Nó có thể là vàng, bạc, hoặc đồng.  Misc - bạn sẽ có được một số yếu tố thương hiệu cũng như một số đồ họa được sử dụng kết hợp với các trò chơi khác, chẳng hạn như các hạt.  Monsters - quái vật được sử dụng trong "Làm thế nào để" một phần của trò chơi.  Âm nhạc - các bài hát dài được sử dụng trong các cấp, các màn hình khác nhau.  Âm thanh - clip âm thanh ngắn được sử dụng khi các hành vi chơi khác nhau trong game được kích hoạt. Ví dụ, khi các con gấu bị đánh, ông đã cho phép ra một tiếng kêu ngắn gọn.
Tất cả tài sản đồ họa đề cập ở đây là nguồn tài nguyên PNG. Cách tôi có cấu trúc game, một số yếu tố này là lớn hơn so với những người khác và tôi cần thiết để có một số biện pháp để cắt giảm các gói kích thước. PNG là khá tốt cỡ mà không mất nhiều chất lượng so với hình ảnh thô. Vào lúc bắt đầu của quá trình phát triển, tất cả các hình ảnh đã được lưu trữ trong file DDS.
Surface DirectDraw, hay DDS, là một định dạng tập tin được phát triển bởi Microsoft giúp các nhà phát triển tối ưu hóa một số các đồ họa bằng cách tránh tái nén mất hiệu năng. Một trong những lợi ích của việc sử dụng các file DDS là một thực tế rằng bất cứ khi nào chúng được xử lý bởi GPU, lượng bộ nhớ thực hiện bởi chúng là giống như kích thước tập tin của tập tin DDS chính nó. Thông thường, đối với các trò chơi 2D sự mất mát hiệu suất nén trên là không nhất thiết phải chú ý. Đối với các file PNG được sử dụng trên DirectX ngăn xếp, phân bổ nguồn lực để giải nén các kết cấu. Không nên cho file DDS.
Tùy vào trường hợp, file DDS có thể được tạo ra trên bay. FallFury bảo kết cấu tương đối nhỏ trong định dạng DDS và những người lớn hơn, chẳng hạn như hình nền, trong PNG. Đó là tốt nhất của cả hai thế giới. File DDS có thể được tạo ra bởi một công cụ đi kèm với DirectX SDK gọi dxtex (thường nằm trong C: Program Files (x86) Microsoft DirectX SDK (June 2010) Utilities bin x64):
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: