All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.util.tootle.package-info Maven / Gradle / Ivy

Go to download

A 3D triangle mesh optimization library that improves on existing mesh preprocessing techniques.

The newest version!
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */

/**
 * Contains bindings to AMD Tootle.
 * 
 * 

AMD Tootle (Triangle Order Optimization Tool) is a 3D triangle mesh optimization library that improves on existing mesh preprocessing techniques. By * using AMD Tootle, developers can optimize their models for pixel overdraw as well as vertex cache performance. This can provide significant performance * improvements in pixel limited situations, with no penalty in vertex-limited scenarios, and no runtime cost.

*/ @org.lwjgl.system.NonnullDefault package org.lwjgl.util.tootle;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy