ApexNameSpace.h
Go to the documentation of this file.
00001 /* 00002 * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved. 00003 * 00004 * NVIDIA CORPORATION and its licensors retain all intellectual property 00005 * and proprietary rights in and to this software, related documentation 00006 * and any modifications thereto. Any use, reproduction, disclosure or 00007 * distribution of this software and related documentation without an express 00008 * license agreement from NVIDIA CORPORATION is strictly prohibited. 00009 */ 00010 00011 #ifndef APEX_NAME_SPACE_H 00012 #define APEX_NAME_SPACE_H 00013 00014 #include "ApexUsingNamespace.h" 00015 00029 #define APEX_COLLISION_GROUP_NAME_SPACE "NSCollisionGroup" 00030 00037 #define APEX_COLLISION_GROUP_128_NAME_SPACE "NSCollisionGroup128" 00038 00045 #define APEX_COLLISION_GROUP_64_NAME_SPACE "NSCollisionGroup64" 00046 00054 #define APEX_COLLISION_GROUP_MASK_NAME_SPACE "NSCollisionGroupMask" 00055 00065 #define APEX_AUTHORABLE_ASSETS_TYPES_NAME_SPACE "AuthorableAssetTypes" 00066 00070 #define APEX_NV_PARAM_AUTH_ASSETS_TYPES_NAME_SPACE "NvParamAuthorableAssetTypes" 00071 00082 #define APEX_MATERIALS_NAME_SPACE "ApexMaterials" 00083 00088 #define APEX_VOLUME_RENDER_MATERIALS_NAME_SPACE "ApexVolumeRenderMaterials" 00089 00090 00098 #define APEX_PHYSICS_MATERIAL_NAME_SPACE "NSPhysicalMaterial" 00099 00108 #define APEX_CUSTOM_VB_NAME_SPACE "NSCustomVBNames" 00109 00110 #endif // APEX_NAME_SPACE_H
Generated on Fri Dec 15 2017 13:58:35 Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.