replace VehicleDemo by ForkLiftDemo in AllBulletDemos
This commit is contained in:
@@ -41,7 +41,7 @@ ADD_EXECUTABLE(AppAllBulletDemos
|
|||||||
../GimpactTestDemo/GimpactTestDemo.cpp
|
../GimpactTestDemo/GimpactTestDemo.cpp
|
||||||
../Raytracer/Raytracer.cpp
|
../Raytracer/Raytracer.cpp
|
||||||
../GjkConvexCastDemo/LinearConvexCastDemo.cpp
|
../GjkConvexCastDemo/LinearConvexCastDemo.cpp
|
||||||
../VehicleDemo/VehicleDemo.cpp
|
../ForkLiftDemo/ForkLiftDemo.cpp
|
||||||
../SoftDemo/SoftDemo.cpp
|
../SoftDemo/SoftDemo.cpp
|
||||||
../ConstraintDemo/ConstraintDemo.cpp
|
../ConstraintDemo/ConstraintDemo.cpp
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ subject to the following restrictions:
|
|||||||
#include "../GimpactTestDemo/GimpactTestDemo.h"
|
#include "../GimpactTestDemo/GimpactTestDemo.h"
|
||||||
#include "../Raytracer/Raytracer.h"
|
#include "../Raytracer/Raytracer.h"
|
||||||
#include "../GjkConvexCastDemo/LinearConvexCastDemo.h"
|
#include "../GjkConvexCastDemo/LinearConvexCastDemo.h"
|
||||||
#include "../VehicleDemo/VehicleDemo.h"
|
#include "../ForkLiftDemo/ForkLiftDemo.h"
|
||||||
#include "../ConstraintDemo/ConstraintDemo.h"
|
#include "../ConstraintDemo/ConstraintDemo.h"
|
||||||
#include "../Benchmarks/BenchmarkDemo.h"
|
#include "../Benchmarks/BenchmarkDemo.h"
|
||||||
#include "../SoftDemo/SoftDemo.h"
|
#include "../SoftDemo/SoftDemo.h"
|
||||||
@@ -144,7 +144,7 @@ btDemoEntry g_demoEntries[] =
|
|||||||
{"Gimpact Test", GimpactConcaveDemo::Create},
|
{"Gimpact Test", GimpactConcaveDemo::Create},
|
||||||
{"Raytracer Test",Raytracer::Create},
|
{"Raytracer Test",Raytracer::Create},
|
||||||
{"GjkConvexCast",LinearConvexCastDemo::Create},
|
{"GjkConvexCast",LinearConvexCastDemo::Create},
|
||||||
{"VehicleDemo",VehicleDemo::Create},
|
{"ForkLiftDemo",ForkLiftDemo::Create},
|
||||||
{"Benchmark 3000 FALL",BenchmarkDemo1::Create},
|
{"Benchmark 3000 FALL",BenchmarkDemo1::Create},
|
||||||
{"Benchmark 1000 STACK",BenchmarkDemo2::Create},
|
{"Benchmark 1000 STACK",BenchmarkDemo2::Create},
|
||||||
{"Benchmark 136 RAGDOLLS",BenchmarkDemo3::Create},
|
{"Benchmark 136 RAGDOLLS",BenchmarkDemo3::Create},
|
||||||
|
|||||||
@@ -18,8 +18,7 @@ FrameWorkDemo AllBulletDemos :
|
|||||||
../GimpactTestDemo/GimpactTestDemo.cpp
|
../GimpactTestDemo/GimpactTestDemo.cpp
|
||||||
../Raytracer/Raytracer.cpp
|
../Raytracer/Raytracer.cpp
|
||||||
../GjkConvexCastDemo/LinearConvexCastDemo.cpp
|
../GjkConvexCastDemo/LinearConvexCastDemo.cpp
|
||||||
../VehicleDemo/VehicleDemo.cpp
|
../ForkLiftDemo/ForkLiftDemo.cpp
|
||||||
../SoftDemo/SoftDemo.cpp
|
../SoftDemo/SoftDemo.cpp
|
||||||
../ConstraintDemo/ConstraintDemo.cpp
|
../ConstraintDemo/ConstraintDemo.cpp
|
||||||
../TerrainDemo/TerrainDemo.cpp
|
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ noinst_PROGRAMS=AllBulletDemo
|
|||||||
AllBulletDemo_SOURCES=\
|
AllBulletDemo_SOURCES=\
|
||||||
../SoftDemo/SoftDemo.cpp \
|
../SoftDemo/SoftDemo.cpp \
|
||||||
../Benchmarks/BenchmarkDemo.cpp \
|
../Benchmarks/BenchmarkDemo.cpp \
|
||||||
../VehicleDemo/VehicleDemo.cpp \
|
../ForkLiftDemo/ForkLiftDemo.cpp \
|
||||||
../RagdollDemo/RagdollDemo.cpp \
|
../RagdollDemo/RagdollDemo.cpp \
|
||||||
../BasicDemo/BasicDemo.cpp \
|
../BasicDemo/BasicDemo.cpp \
|
||||||
../CcdPhysicsDemo/CcdPhysicsDemo.cpp \
|
../CcdPhysicsDemo/CcdPhysicsDemo.cpp \
|
||||||
@@ -19,7 +19,6 @@ AllBulletDemo_SOURCES=\
|
|||||||
../GjkConvexCastDemo/LinearConvexCastDemo.cpp \
|
../GjkConvexCastDemo/LinearConvexCastDemo.cpp \
|
||||||
../ConcaveDemo/ConcavePhysicsDemo.cpp \
|
../ConcaveDemo/ConcavePhysicsDemo.cpp \
|
||||||
../DynamicControlDemo/MotorDemo.cpp \
|
../DynamicControlDemo/MotorDemo.cpp \
|
||||||
../TerrainDemo/TerrainDemo.cpp \
|
|
||||||
DemoEntries.cpp \
|
DemoEntries.cpp \
|
||||||
DemoEntries.h\
|
DemoEntries.h\
|
||||||
Main.cpp
|
Main.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user