Create an Elliptical Paraboloid Model and DiagramBRL-CAD
Status: ClosedTime to complete: 48 hrs Mentors: SeanTags: 3D, modeling, rendering

BRL-CAD provides a couple dozen distinct primitives.  Each primitive is defined by a set of parameters.  We'd like to have each primitive modeled with diagramming arrows and labels.

This task involves creating an elliptical paraboloid (EPA) and modeling the corresponding arrows/segments for all parameters.  Scalars should be dashed lines, vectors should be arrows.  Here's an example:

  • http://brlcad.org/~starseeker/gci_primitive_figures/

Make something like that for the EPA, but with different material properties.  That example put objects into a box for a particular visual effect.  See if you can get a better effect without the exterior box (you'll have to change shader properties).

Submit your .g file and a ray traced rendering/diagram of the model.  This command run within mged may help:

rt -s1024 -A0.75 -c {set ambSamples=128} 

Uploaded Work
File name/URLFile sizeDate submitted
epa11.8 KBDecember 12 2012 06:42 UTC
epa.png348.0 KBDecember 12 2012 06:42 UTC
epa14.0 KBDecember 12 2012 23:36 UTC
epa1.png368.6 KBDecember 12 2012 23:36 UTC
Comments
Richard Akira Heruon December 12 2012 02:33 UTCTask Claimed

I would like to work on this task.

Sean on December 12 2012 05:00 UTCTask Assigned

This task has been assigned to Richard Akira Heru. You have 48 hours to complete this task, good luck!

Richard Akira Heruon December 12 2012 06:42 UTCReady for review

The work on this task is ready to be reviewed.

Sean on December 12 2012 14:59 UTCnice work

Nicely done, Richard.  Note that you unioned a region into a region which is technically a modeling error.  Either arrows.r shouldn't be a region or the objects under arrows.c shouldn't be a region.

Sean on December 12 2012 14:59 UTCTask Needs More Work

One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work.

Richard Akira Heruon December 12 2012 23:36 UTCReady for review

The work on this task is ready to be reviewed.

Sean on December 13 2012 07:04 UTCTask Closed

Congratulations, this task has been completed successfully.

Sean on December 13 2012 07:04 UTCthanks

Richard, thank you for your efforts and for cleaning up the regions!