Skip to content

Commit

Permalink
Move things to correct folders and adding website
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Jun 27, 2013
1 parent 4b747f4 commit 4cc6c3b
Show file tree
Hide file tree
Showing 549 changed files with 2,254 additions and 0 deletions.
109 changes: 109 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
[Oo]bj/

# mstest test results
TestResults

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results
[Dd]ebug/
[Rr]elease/
x64/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.log
*.vspscc
*.vssscc
.builds

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish

# Publish Web Output
*.Publish.xml

# NuGet Packages Directory
packages

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
[Bb]in
[Oo]bj
sql
TestResults
[Tt]est[Rr]esult*
*.Cache
ClientBin
[Ss]tyle[Cc]op.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

Binary file added Assets/BandeauEmbleme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Bandeauhaut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/BtnAbout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/BtnDownload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Flare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Layer0_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Layer1_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Layer2_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/LogoBabylonJS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/MonsterARun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Player.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/SpotDown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/SpotLast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/gradient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/kosh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
680 changes: 680 additions & 0 deletions Babylon.csproj

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Babylon.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.20617.1 PREVIEW
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Babylon", "Babylon.csproj", "{BA85B096-DDB8-4324-BB47-5F4EC2C5DB6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA85B096-DDB8-4324-BB47-5F4EC2C5DB6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA85B096-DDB8-4324-BB47-5F4EC2C5DB6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA85B096-DDB8-4324-BB47-5F4EC2C5DB6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA85B096-DDB8-4324-BB47-5F4EC2C5DB6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added JSKompactor.exe
Binary file not shown.
7 changes: 7 additions & 0 deletions Scenes/Blender/blender.babylon

Large diffs are not rendered by default.

Binary file added Scenes/Blender/skin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Scenes/Blender/test_vase_color.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Scenes/Espilit/Blanc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Scenes/Espilit/Booklet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Scenes/Espilit/BouteilleBlanc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Scenes/Espilit/BouteilleRouge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Scenes/Espilit/ChaisesLightingMap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Scenes/Espilit/ChaisesSpecMap.png
Binary file added Scenes/Espilit/Chassis table CorbuLightingMap.png
Binary file added Scenes/Espilit/Ciel.png
Binary file added Scenes/Espilit/Cuir.png
Binary file added Scenes/Espilit/Depliant.png
Binary file added Scenes/Espilit/DepliantLightingMap.png
Binary file added Scenes/Espilit/Expo1.png
Binary file added Scenes/Espilit/Expo2.png
Binary file added Scenes/Espilit/GravierDiff.png
Binary file added Scenes/Espilit/Line01CompMap.png
Binary file added Scenes/Espilit/Line01LightingMap.png
Binary file added Scenes/Espilit/Metal NoirLightingMap.png
Binary file added Scenes/Espilit/Murs pansLightingMap.png
Binary file added Scenes/Espilit/MursLightingMap.png
Binary file added Scenes/Espilit/PlaquesPlafond.png
Binary file added Scenes/Espilit/Refcube_nx.jpg
Binary file added Scenes/Espilit/Refcube_ny.jpg
Binary file added Scenes/Espilit/Refcube_nz.jpg
Binary file added Scenes/Espilit/Refcube_px.jpg
Binary file added Scenes/Espilit/Refcube_py.jpg
Binary file added Scenes/Espilit/Refcube_pz.jpg
Binary file added Scenes/Espilit/Refcubenoire_nx.jpg
Binary file added Scenes/Espilit/Refcubenoire_ny.jpg
Binary file added Scenes/Espilit/Refcubenoire_nz.jpg
Binary file added Scenes/Espilit/Refcubenoire_px.jpg
Binary file added Scenes/Espilit/Refcubenoire_py.jpg
Binary file added Scenes/Espilit/Refcubenoire_pz.jpg
Binary file added Scenes/Espilit/Refsol.png
Binary file added Scenes/Espilit/Rochers.png
Binary file added Scenes/Espilit/Rouge.png
Binary file added Scenes/Espilit/Sol.png
Binary file added Scenes/Espilit/SolsLightingMap.png
Binary file added Scenes/Espilit/Spec.png
Binary file added Scenes/Espilit/T33LightingMap.png
Binary file added Scenes/Espilit/TableauxDiffuseMap.png
Binary file added Scenes/Espilit/Tables bonettoLightingMap.png
Binary file added Scenes/Espilit/Tapis.png
Binary file added Scenes/Espilit/Toile.png
Binary file added Scenes/Espilit/Tree.png
Binary file added Scenes/Espilit/arbresmassif.png
Binary file added Scenes/Espilit/concrete3.png
Binary file added Scenes/Espilit/concrete5.png
1 change: 1 addition & 0 deletions Scenes/Espilit/espilit.babylon

Large diffs are not rendered by default.

Binary file added Scenes/Espilit/herbe2.png
Binary file added Scenes/Flat2009/1.png
Binary file added Scenes/Flat2009/2.png
Binary file added Scenes/Flat2009/3.png
Binary file added Scenes/Flat2009/3602.png
Binary file added Scenes/Flat2009/3602low.png
Binary file added Scenes/Flat2009/4.png
Binary file added Scenes/Flat2009/Affiches.png
Binary file added Scenes/Flat2009/Affiches2.png
Binary file added Scenes/Flat2009/AquariumLM.png
Binary file added Scenes/Flat2009/BathTapis.png
Binary file added Scenes/Flat2009/Betonmurs.png
Binary file added Scenes/Flat2009/Bibelots.png
Binary file added Scenes/Flat2009/Boisplandetravail.png
Binary file added Scenes/Flat2009/Boisrouge.png
Binary file added Scenes/Flat2009/Bulles.png
Binary file added Scenes/Flat2009/CarreauxVerreDiff.png
Binary file added Scenes/Flat2009/ChassisboisLightingMap.png
Binary file added Scenes/Flat2009/Clavier2.png
Binary file added Scenes/Flat2009/CouverturesA.png
Binary file added Scenes/Flat2009/Couvrante1.png
Binary file added Scenes/Flat2009/Couvrante2.png
Binary file added Scenes/Flat2009/Cuivre.png
Binary file added Scenes/Flat2009/Eau.png
Binary file added Scenes/Flat2009/EcranPC1.png
Binary file added Scenes/Flat2009/Facade.png
Binary file added Scenes/Flat2009/Faience.png
1 change: 1 addition & 0 deletions Scenes/Flat2009/Flat2009.babylon

Large diffs are not rendered by default.

Binary file added Scenes/Flat2009/Grille.png
Binary file added Scenes/Flat2009/Grès.png
Binary file added Scenes/Flat2009/GuitarSG.png
Binary file added Scenes/Flat2009/GuitareExplo.png
Binary file added Scenes/Flat2009/GuitareFV.png
Binary file added Scenes/Flat2009/Halo.png
Binary file added Scenes/Flat2009/Halogene.png
Binary file added Scenes/Flat2009/Inter.png
Binary file added Scenes/Flat2009/LakeRef_nx.jpg
Binary file added Scenes/Flat2009/LakeRef_ny.jpg
Binary file added Scenes/Flat2009/LakeRef_nz.jpg
Binary file added Scenes/Flat2009/LakeRef_px.jpg
Binary file added Scenes/Flat2009/LakeRef_py.jpg
Binary file added Scenes/Flat2009/LakeRef_pz.jpg
Binary file added Scenes/Flat2009/LampeSalonDiff.png
Binary file added Scenes/Flat2009/MCanape.png
Binary file added Scenes/Flat2009/MExplor.png
Binary file added Scenes/Flat2009/MFLying.png
Binary file added Scenes/Flat2009/MSG.png
Binary file added Scenes/Flat2009/MTableauSalon.png
Binary file added Scenes/Flat2009/Machines.png
Binary file added Scenes/Flat2009/Marbre1.png
Binary file added Scenes/Flat2009/MarkLitCHParents.png
Binary file added Scenes/Flat2009/MarkMarshall.png
Binary file added Scenes/Flat2009/MarkMobilier.png
Binary file added Scenes/Flat2009/MarkRideauCatz.png
Binary file added Scenes/Flat2009/MarkSolCHparents.png
Binary file added Scenes/Flat2009/Marshall.png
Binary file added Scenes/Flat2009/Mcanape3.png
Binary file added Scenes/Flat2009/Metal1.png
Binary file added Scenes/Flat2009/Mfauteuil.png
Binary file added Scenes/Flat2009/Mfour.png
Binary file added Scenes/Flat2009/MoquetteRouge.png
Binary file added Scenes/Flat2009/MoquetteSAM.png
Binary file added Scenes/Flat2009/MoquetteVerte.png
Binary file added Scenes/Flat2009/MoquetteVioline.png
Binary file added Scenes/Flat2009/Mtele.png
Binary file added Scenes/Flat2009/MurCH2.png
Binary file added Scenes/Flat2009/MurCh1.png
Binary file added Scenes/Flat2009/MurCh3.png
Binary file added Scenes/Flat2009/MurEditBrique.png
Binary file added Scenes/Flat2009/MurEditStickers.png
Binary file added Scenes/Flat2009/MurEditStickers2.png
Binary file added Scenes/Flat2009/MurSDB.png
Binary file added Scenes/Flat2009/MursToilettes.png
Binary file added Scenes/Flat2009/MursToilettes2.png
Binary file added Scenes/Flat2009/Murscuisine.png
Binary file added Scenes/Flat2009/PPbois.png
Binary file added Scenes/Flat2009/PaintSalon2.png
Binary file added Scenes/Flat2009/PaintSalon3.png
Binary file added Scenes/Flat2009/Part1.png
Binary file added Scenes/Flat2009/PlanteA2Alt.png
Binary file added Scenes/Flat2009/PlanteAAlt.png
Binary file added Scenes/Flat2009/PlanteaLT.png
Binary file added Scenes/Flat2009/Poisson1Alt.png
Binary file added Scenes/Flat2009/PriseMurale.png
Binary file added Scenes/Flat2009/Ref1.png
Binary file added Scenes/Flat2009/RefChromeRouge_nx.jpg
Binary file added Scenes/Flat2009/RefChromeRouge_ny.jpg
Binary file added Scenes/Flat2009/RefChromeRouge_nz.jpg
Binary file added Scenes/Flat2009/RefChromeRouge_px.jpg
Binary file added Scenes/Flat2009/RefChromeRouge_py.jpg
Binary file added Scenes/Flat2009/RefChromeRouge_pz.jpg
Binary file added Scenes/Flat2009/RefChrome_nx.jpg
Binary file added Scenes/Flat2009/RefChrome_ny.jpg
Binary file added Scenes/Flat2009/RefChrome_nz.jpg
Binary file added Scenes/Flat2009/RefChrome_px.jpg
Binary file added Scenes/Flat2009/RefChrome_py.jpg
Binary file added Scenes/Flat2009/RefChrome_pz.jpg
Binary file added Scenes/Flat2009/RefTableau_nx.jpg
Binary file added Scenes/Flat2009/RefTableau_ny.jpg
Binary file added Scenes/Flat2009/RefTableau_nz.jpg
Binary file added Scenes/Flat2009/RefTableau_px.jpg
Binary file added Scenes/Flat2009/RefTableau_py.jpg
Binary file added Scenes/Flat2009/RefTableau_pz.jpg
Binary file added Scenes/Flat2009/Ref_probe.png
Binary file added Scenes/Flat2009/SAMParquet.png
Binary file added Scenes/Flat2009/SANDAlt.png
Binary file added Scenes/Flat2009/Serviettes.png
Binary file added Scenes/Flat2009/Shanghai_1933.png
Binary file added Scenes/Flat2009/Solcarreaux.png
Binary file added Scenes/Flat2009/Souris.png
Binary file added Scenes/Flat2009/TapisserieJaune.png
Binary file added Scenes/Flat2009/Tele.png
Binary file added Scenes/Flat2009/Telespec.png
Binary file added Scenes/Flat2009/Test2_nx.jpg
Binary file added Scenes/Flat2009/Test2_ny.jpg
Binary file added Scenes/Flat2009/Test2_nz.jpg
Binary file added Scenes/Flat2009/Test2_px.jpg
Binary file added Scenes/Flat2009/Test2_py.jpg
Binary file added Scenes/Flat2009/Test2_pz.jpg
Binary file added Scenes/Flat2009/bOUQUINS.png
Binary file added Scenes/Flat2009/beton.png
Binary file added Scenes/Flat2009/bibelotslightingmap.png
Binary file added Scenes/Flat2009/boisclair.png
Binary file added Scenes/Flat2009/canap1lightingmap.png
Binary file added Scenes/Flat2009/canap1lightingmap2.png
Binary file added Scenes/Flat2009/cuir.png
Binary file added Scenes/Flat2009/cuirBleu.png
Binary file added Scenes/Flat2009/cuirNoir.png
Binary file added Scenes/Flat2009/four.png
Binary file added Scenes/Flat2009/induction.png
Binary file added Scenes/Flat2009/meubleslightingmap.png
Binary file added Scenes/Flat2009/paillasse.png
Binary file added Scenes/Flat2009/paintsalon.png
Binary file added Scenes/Flat2009/poigneefenetreslightingmap.png
Binary file added Scenes/Flat2009/sollightingmap.png
Binary file added Scenes/Flat2009/tablauxlightingmap.png
Binary file added Scenes/Flat2009/tentures.png
Binary file added Scenes/Flat2009/tentures2.png
Binary file added Scenes/Flat2009/vitres01lightingmap.png
Binary file added Scenes/Flat2009/wallslightingmap2.png
Binary file added Scenes/Flat2009/wallslightingmap3.png
Binary file added Scenes/Heart/BalanceDM.png
Binary file added Scenes/Heart/BalanceLightingMap.png
Binary file added Scenes/Heart/BoisLightingMap.png
Binary file added Scenes/Heart/Book.png
Binary file added Scenes/Heart/Box029CompleteMap.png
Binary file added Scenes/Heart/Box079LightingMap.png
Binary file added Scenes/Heart/Briquesblanches.png
Binary file added Scenes/Heart/ChalkboardCompleteMap.png
Binary file added Scenes/Heart/Chimie.png
Binary file added Scenes/Heart/ChromeLightingMap.png
Binary file added Scenes/Heart/Coeur.jpg
Binary file added Scenes/Heart/Cylinder008LightingMap.png
Binary file added Scenes/Heart/Floor.png
Binary file added Scenes/Heart/Graph.png
Binary file added Scenes/Heart/Gris somreLightingMap.png
1 change: 1 addition & 0 deletions Scenes/Heart/Heart.babylon

Large diffs are not rendered by default.

Binary file added Scenes/Heart/Labels.png
Binary file added Scenes/Heart/Marble.png
Binary file added Scenes/Heart/MursLightingMap.png
Binary file added Scenes/Heart/Object1LightingMap.png
Binary file added Scenes/Heart/Ordi001LightingMap.png
Binary file added Scenes/Heart/OrdiDiffuseMap.png
Binary file added Scenes/Heart/PaillasseLightingMap.png
Binary file added Scenes/Heart/Plane003LightingMap.png
Binary file added Scenes/Heart/Plaque.png
Binary file added Scenes/Heart/Sky.png
Binary file added Scenes/Heart/VerreLightingMap.png
Binary file added Scenes/Heart/Wood.png
Binary file added Scenes/Heart/flamme-gaz.png
Binary file added Scenes/Heart/heartSpecjpg.jpg
Binary file added Scenes/Heart/ref1_nx.jpg
Binary file added Scenes/Heart/ref1_ny.jpg
Binary file added Scenes/Heart/ref1_nz.jpg
Binary file added Scenes/Heart/ref1_px.jpg
Binary file added Scenes/Heart/ref1_py.jpg
Binary file added Scenes/Heart/ref1_pz.jpg
Binary file added Scenes/SpaceDek/Bidule1.dds
Binary file not shown.
Binary file added Scenes/SpaceDek/Bidule1.png
Loading

0 comments on commit 4cc6c3b

Please sign in to comment.