fix Yosemite build
This commit is contained in:
@@ -99,11 +99,6 @@ SET(App_ExampleBrowser_SRCS
|
||||
../Constraints/Dof6Spring2Setup.h
|
||||
../Constraints/ConstraintPhysicsSetup.cpp
|
||||
../Constraints/ConstraintPhysicsSetup.h
|
||||
../Experiments/ImplicitCloth/ImplicitClothExample.cpp
|
||||
../Experiments/ImplicitCloth/stan/Cloth.cpp
|
||||
../Experiments/ImplicitCloth/stan/SpringNetwork.cpp
|
||||
../Experiments/ImplicitCloth/stan/vec3n.cpp
|
||||
../Experiments/ImplicitCloth/stan/vecmath.cpp
|
||||
|
||||
|
||||
../ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include "../SoftDemo/SoftDemo.h"
|
||||
#include "../Constraints/ConstraintDemo.h"
|
||||
#include "../Vehicles/Hinge2Vehicle.h"
|
||||
#include "../Experiments/ImplicitCloth/ImplicitClothExample.h"
|
||||
#include "../Importers/ImportBullet/SerializeSetup.h"
|
||||
#include "../Raycast/RaytestDemo.h"
|
||||
#include "../FractureDemo/FractureDemo.h"
|
||||
@@ -183,8 +182,6 @@ static ExampleEntry gDefaultExamples[]=
|
||||
|
||||
ExampleEntry(1,"Planar 2D","Show the use of 2D collision shapes and rigid body simulation. The collision shape is wrapped into a btConvex2dShape. The rigid bodies are restricted in a plane using the 'setAngularFactor' and 'setLinearFactor' API call.",Planar2DCreateFunc),
|
||||
|
||||
ExampleEntry(1,"Implicit Cloth", "Cloth simulation using implicit integration, by Stan Melax. The cloth is only attached at the corners. Note the stability using a large time step even with high stiffness.",
|
||||
ImplicitClothCreateFunc),
|
||||
|
||||
|
||||
ExampleEntry(0,"Rendering"),
|
||||
|
||||
@@ -68,8 +68,6 @@
|
||||
"../Utils/b3Clock.*",
|
||||
"../GyroscopicDemo/GyroscopicSetup.cpp",
|
||||
"../GyroscopicDemo/GyroscopicSetup.h",
|
||||
"../Experiments/ImplicitCloth/**.cpp",
|
||||
"../Experiments/ImplicitCloth/**.h",
|
||||
"../ThirdPartyLibs/urdf/urdfdom/urdf_parser/src/pose.cpp",
|
||||
"../ThirdPartyLibs/urdf/urdfdom/urdf_parser/src/model.cpp",
|
||||
"../ThirdPartyLibs/urdf/urdfdom/urdf_parser/src/link.cpp",
|
||||
|
||||
Reference in New Issue
Block a user