isolin / RenderViews

Render views for beatrice
GNU General Public License v2.0
0 stars 6 forks source link

Initialize Repository #6

Closed isolin closed 9 years ago

isolin commented 9 years ago

Please create your basic renderer classes and add the link and include files. Do not forget to pull to the master as well. You may do it directly at github or use the client application.

For now it is sufficient to wrap the basic renderer:

function MyRenderer(domQuery)
{
    var self = BasicThreeRenderer(domQuery);
    return self;
}
isolin commented 9 years ago

Andrej and Adam, please note that you should create your own renderer file and link that file instead of the one of Aniko :)

adamsbk commented 9 years ago

I think I have already created and linked renderer file (GraphRenderer.js)

isolin commented 9 years ago

I'm sorry, it is my fault. Of course the comment was addressed to Andrej and Robert. You finished your task well :).

sarvasrobert commented 9 years ago

Isolin please checked my code for initialize repository ;)

isolin commented 9 years ago

Well, looks fine. But you should better name the renderer according to your topic, i.e. "PhotorealisticRenderer" and please move the renderer file into the root folder.

isolin commented 9 years ago

Since Andrej did not fix the issue, I finished this task for him, so that everybody can fork now.