[brlcad-devel] [Qt libdm window creation]

2015-06-02 Thread Milinda Fernando
Hello Sean and BRLCAD developers, I am still trying to create the qt libdm window. Here is my source code regarding libdm window creation [1]. When I try to build this I get the following error list[2]. What I have done wrong ? How can I fix this ? /home/milinda/Qt_Projects/brlcad/src/libdm/dm-q

Re: [brlcad-devel] Model Viewer OGV

2015-06-02 Thread Inderpreet Singh
On Tue, Jun 2, 2015 at 10:48 PM, Shubham Chauhan wrote: > I was working on the model viewer of OGV (that specific page where the model > is viewed). > I wanted to get some inputs as to how we should change/upgrade that specific > page, as far as back-end is concerned. > What I have done is > > mad

Re: [brlcad-devel] Landing Page Review

2015-06-02 Thread Inderpreet Singh
On Tue, Jun 2, 2015 at 12:21 PM, Inderpreet Singh wrote: > I will find the icons under suitable license and update by tomorrow. I have replaced icons in the repository. -- Inderpreet Singh Ekoankar Sahai ishwerdas.com facebook.com/okayinder https://kippt.com/okayinder -

[brlcad-devel] Bare bones renderer

2015-06-02 Thread Vasco Alexandre da Silva Costa
Hello, I've been trying to make a really simple bare bones rendering loop in C without branches, recursion, etc that we can try to parallelize later. For now I managed to do this for the ray generation part (patch attached). Still need to work on the ray traversal and color computation proper. Re

Re: [brlcad-devel] Integrating a new lemon/re2c parser in BRL-CAD logic

2015-06-02 Thread Ilinca Andrei
Hello, As we previously discussed, I started modifying code in the src/conv/csg ( on top of your integrated patch, Cliff) to make it parse group() and identify some basic tokens. The problem I encountered and could not solve is the following: [ 91%] [ 91%] Building C object src/conv/csg/CMakeFile

[brlcad-devel] Model Viewer OGV

2015-06-02 Thread Shubham Chauhan
I was working on the model viewer of OGV (that specific page where the model is viewed). I wanted to get some inputs as to how we should change/upgrade that specific page, as far as back-end is concerned. What I have done is - made the model movement (through cursor) really smooth. - Added c