Model a toy tank in 3D using BRL-CAD #5BRL-CAD
Status: ClosedTime to complete: 100 hrs Mentors: Kesha Shah, SeanTags: modeling, CAD, pump, design, 3D

BRL-CAD provides several ways to model 3D geometry including a graphical tool named mged, another named archer, and various ways to create geometry using scripts. We use 3D models for development and to showcase our features. You can learn the basics of 3D modeling in just an hour or two.

This task involves modeling a toy tank. This is basically for a game, so make it look cool. Your job is to model it natively using any of BRL-CAD's tools (i.e., don't model it in something else and import) using 3D primitives and Boolean operations (i.e., without using 2D sketch entities or polygons). There should be at least one main gun, but there can also be secondary gun(s) too.

The tank should be accurately modeled in such a way that it can be printed using a 3D printer. This means that the model should have regions defined for each part and no overlaps (use rtcheck and/or gqa commands to verify). Create one top-level combination to group everything together.

The tank does not have to look realistic or detailed. It should look good when rendered really small (like 32 pixels square), which implies a simple but creative design.

References:
  • Do an image search for "top-down tank game" or "2D tank game" or similar.
  • Introduction to MGED at http://brlcad.org/wiki/Documentation
Modify:
  • Submit your model as a .g file (BRL-CAD's geometry file format) and a rendered PNG image. You can run "rt -s1024 -o your_rendering.png your_geometry.g your_top_level_object" to create a PNG rendering of your model.
Uploaded Work
File name/URLFile sizeDate submitted
tank.zip69.8 KBDecember 11 2014 12:29 UTC
Comments
Vladimir Kuznetsovon December 9 2014 10:55 UTCTask Claimed

I would like to work on this task.

Daniel_R on December 9 2014 12:04 UTCTask Assigned

This task has been assigned to Vladimir Kuznetsov. You have 100 hours to complete this task, good luck!

Vladimir Kuznetsovon December 11 2014 12:29 UTCReady for review

The work on this task is ready to be reviewed.

Sean on December 11 2014 18:01 UTCTask Closed

Congratulations, this task has been completed successfully.

Sean on December 11 2014 18:03 UTCyou're the first

The design has room for improvement, but you are the first to complete the task, so Tanks! ;)  If you're interested, there are many many more modeling tasks available now that you have a little experience.  It gets much easier as you learn how to model.


How long did this take you?


 

Vladimir Kuznetsovon December 12 2014 08:50 UTCTime

Well, i spent a couple of hours reading the guide and something like 5 hrs to model the tank. I'm new to 3D modeling, but i like it