Skip to content

Commit

Permalink
Support meshes to be loaded, at least for drake visualization (RobotL…
Browse files Browse the repository at this point in the history
…ocomotion#7968)

* Support meshes to be loaded, at least for drake visualization

1. Added Mesh class
2. Added support to Geometry artifacts to use it.
3. Added a simple example to the solar system -- green rings on mars.
  • Loading branch information
SeanCurtis-TRI authored Feb 7, 2018
1 parent a29d425 commit ad99581
Show file tree
Hide file tree
Showing 9 changed files with 1,534 additions and 57 deletions.
2 changes: 2 additions & 0 deletions examples/geometry_world/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ drake_cc_library(
name = "solar_system",
srcs = ["solar_system.cc"],
hdrs = ["solar_system.h"],
data = ["planet_rings.obj"],
deps = [
"//drake/common",
"//drake/geometry:geometry_ids",
"//drake/geometry:geometry_system",
"//drake/math:geometric_transform",
Expand Down
Loading

0 comments on commit ad99581

Please sign in to comment.