On Sun, Jun 7, 2015 at 5:23 AM, Shubham Chauhan
<shubham13...@iiitd.ac.in> wrote:
> 1. @Inder, can you brief me about handling thumbnails of model files in OGV.
<snip>
> Accessing (let's say deleting) a particular thumbnail of a given model file.

I will get into more detail and let you know more later but out of my
head, Thumbnail is a separate object. Take a look at collections.js to
understand it's structure. Every thumbnail has an ID that matches with
that of model (kind of like foreign key), so if you want to delete a
thumbnail file associated with a model, find a thumbnail that has an
id related to that of model and it will be sorted out.

> 2. Also, I haven not yet got a clear picture about how to add color of .g
<snip>

Hmm, we need some exeprienced BRL-CAD user for this. I have few
friends from college I will try to ask them. Will let you know within
few days. I hope you can continue further, just have a color attribute
for now in model's attributes (in collection), we can fill them
manually for now so that the OGV part is working and then later when
we are able to get that from brl-cad we can update it.

> 3. @brlcad: In reference to my previous personal mail to you (cc: deepak),
> me and Deepak really need editing rights to the repo. It has been 2 weeks
<snip>
> submitting patches/PRs this method would be great.

Till you get the access, I have created another branch named GSOC2015,
can you make new pull requests to that branch. I will look and accept
them right away, and then when things mature we can merge it with
master branch. This way we can experiment in GSOC2015 branch
fearlessly and keep the master branch clean.

If you need another branch for say trying two different things, I
would encourage you to do that and let me know.

------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to