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

org.lwjgl.openal.EXTSourceDistanceModel Maven / Gradle / Ivy

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: http://lwjgl.org/license.php
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.openal;

/**
 * Native bindings to the EXT_source_distance_model extension.
 * 
 * 

This extension allows each source to specify a distance model, instead of being restricted to one distance model for every source in the context. It * provides a mechanism for applications to apply different models to each source, without the burden of manually applying the attenuation through the * source gain.

*/ public final class EXTSourceDistanceModel { /** Accepted by the {@code target} parameter of alEnable, alDisable, and alIsEnabled. */ public static final int AL_SOURCE_DISTANCE_MODEL = 0x200; private EXTSourceDistanceModel() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy