View RSS Feed

Recent Blogs Posts

  1. New engine features

    What's new in the Apus Game Engine:

    Texture arrays. A texture array is similar to a 3D texture, but the array elements are indexed using integers. Texture arrays are useful for rendering objects with skins, tiles, etc. These arrays are more convenient and natural than texture atlases.

    Manual mip-maps. Previously, the engine only supported auto-generated mip-map levels. Now the number and content of mip-levels can be set manually. It's especially convenient for visual debugging.
    ...