add btFileUtils::toLower to convert a string (char*) to lower case
URDF import demo: add COLLADA .dae file support add FiniteElementMethod demo, extracted from the OpenTissue library (under the zlib license) don't crash if loading an invalid STL file add comparison with Assimp for COLLADA file loading (disabled by default, to avoid library dependency) Gwen: disable some flags that make the build incompatible
This commit is contained in:
17
Demos3/FiniteElementMethod/OpenTissue/dynamics/fem/fem.h
Normal file
17
Demos3/FiniteElementMethod/OpenTissue/dynamics/fem/fem.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef OPENTISSUE_DYNAMICS_FEM_FEM_H
|
||||
#define OPENTISSUE_DYNAMICS_FEM_FEM_H
|
||||
//
|
||||
// OpenTissue Template Library
|
||||
// - A generic toolbox for physics-based modeling and simulation.
|
||||
// Copyright (C) 2008 Department of Computer Science, University of Copenhagen.
|
||||
//
|
||||
// OTTL is licensed under zlib: http://opensource.org/licenses/zlib-license.php
|
||||
//
|
||||
#include <OpenTissue/configuration.h>
|
||||
|
||||
//#include <OpenTissue/dynamics/fem/fem_mesh.h>
|
||||
#include <OpenTissue/dynamics/fem/fem_init.h>
|
||||
#include <OpenTissue/dynamics/fem/fem_simulate.h>
|
||||
|
||||
//OPENTISSUE_DYNAMICS_FEM_FEM_H
|
||||
#endif
|
||||
Reference in New Issue
Block a user