joshwagoner 8a63cf8ded FBX Exporter fix for crash from null animation stack when fbx file has no animations 9 年 前
..
BabylonAbstractMesh.cpp dc6fd6b3a1 Animation fixes 10 年 前
BabylonAbstractMesh.h c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
BabylonAnimation.cpp 89f06535e9 Initial commit for native fbx exporter 10 年 前
BabylonAnimation.h c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
BabylonCamera.cpp d301bc2b5a FBX Exporter update 10 年 前
BabylonCamera.h c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
BabylonFbxNative.vcxproj d301bc2b5a FBX Exporter update 10 年 前
BabylonFbxNative.vcxproj.filters d301bc2b5a FBX Exporter update 10 年 前
BabylonLight.cpp d301bc2b5a FBX Exporter update 10 年 前
BabylonLight.h c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
BabylonMaterial.cpp d301bc2b5a FBX Exporter update 10 年 前
BabylonMaterial.h c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
BabylonMesh.cpp 8a63cf8ded FBX Exporter fix for crash from null animation stack when fbx file has no animations 9 年 前
BabylonMesh.h 182b9bd74a FBX Exporter Added support for mesh instancing 10 年 前
BabylonNode.cpp c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
BabylonNode.h c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
BabylonScene.cpp 182b9bd74a FBX Exporter Added support for mesh instancing 10 年 前
BabylonScene.h 182b9bd74a FBX Exporter Added support for mesh instancing 10 年 前
BabylonSkeleton.cpp d301bc2b5a FBX Exporter update 10 年 前
BabylonSkeleton.h c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
BabylonVertex.h 5be4df7aad Texture offsets. Seems to be a bit buggy, maybe due to a regression in FBX2016 10 年 前
FbxDeleter.h 89f06535e9 Initial commit for native fbx exporter 10 年 前
FbxLoadException.cpp 89f06535e9 Initial commit for native fbx exporter 10 年 前
FbxLoadException.h 89f06535e9 Initial commit for native fbx exporter 10 年 前
FbxMeshHandler.cpp 89f06535e9 Initial commit for native fbx exporter 10 年 前
FbxMeshHandler.h 89f06535e9 Initial commit for native fbx exporter 10 年 前
FbxSceneLoader.cpp c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
FbxSceneLoader.h 89f06535e9 Initial commit for native fbx exporter 10 年 前
GlobalSettings.cpp 50a941acb9 Added : Default Camera / light creation (if none) 10 年 前
GlobalSettings.h d301bc2b5a FBX Exporter update 10 年 前
MatrixDecomposition.h dc6fd6b3a1 Animation fixes 10 年 前
NodeHelpers.h c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
ReadMe.txt 89f06535e9 Initial commit for native fbx exporter 10 年 前
SkinInfo.cpp d301bc2b5a FBX Exporter update 10 年 前
SkinInfo.h c7edc58f37 Refactoring, dead code elimination, removal of DirectXTex (no texture conversion) 10 年 前
StringUtils.h d301bc2b5a FBX Exporter update 10 年 前
babylon_boundingbox.cpp cffc55f315 Fixed implicit conversion warnings 10 年 前
packages.config 89f06535e9 Initial commit for native fbx exporter 10 年 前
stdafx.cpp 89f06535e9 Initial commit for native fbx exporter 10 年 前
stdafx.h 89f06535e9 Initial commit for native fbx exporter 10 年 前
targetver.h 89f06535e9 Initial commit for native fbx exporter 10 年 前

ReadMe.txt

========================================================================
STATIC LIBRARY : BabylonFbxNative Project Overview
========================================================================

AppWizard has created this BabylonFbxNative library project for you.

This file contains a summary of what you will find in each of the files that
make up your BabylonFbxNative application.


BabylonFbxNative.vcxproj
This is the main project file for VC++ projects generated using an Application Wizard.
It contains information about the version of Visual C++ that generated the file, and
information about the platforms, configurations, and project features selected with the
Application Wizard.

BabylonFbxNative.vcxproj.filters
This is the filters file for VC++ projects generated using an Application Wizard.
It contains information about the association between the files in your project
and the filters. This association is used in the IDE to show grouping of files with
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
"Source Files" filter).


/////////////////////////////////////////////////////////////////////////////

StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named BabylonFbxNative.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////