Skip to content
Snippets Groups Projects
Verified Commit 0608b72d authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core/loader: add default value to MeshLoader::load

parent a02d95ec
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
* Copyright (c) 2011-2014, Willow Garage, Inc.
* Copyright (c) 2014-2015, Open Source Robotics Foundation
* Copyright (c) 2016, CNRS - LAAS
* Copyright (c) 2020, INRIA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
......@@ -64,7 +65,7 @@ namespace fcl {
}
virtual BVHModelPtr_t load (const std::string& filename,
const Vec3f& scale);
const Vec3f& scale = Vec3f::Ones());
MeshLoader (const NODE_TYPE& bvType = BV_OBBRSS) : bvType_ (bvType) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment