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

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.

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