Search:

Type: Posts; User: Morrow

Search: Search took 0.00 seconds.

  1. Thread: Volum Rendrer

    by Morrow
    Replies
    3
    Views
    1,163

    Sorry we need it for voxels

    Sorry we need it for voxels
  2. Thread: Volum Rendrer

    by Morrow
    Replies
    3
    Views
    1,163

    Volum Rendrer

    Hi I'm working on a project where we need a Volum Rendrer. We are using OpenGL and Coin with SoQT. But we are looking for a Volum Rendrer, that dos not cost to much. We know about Sim-Voleon. This is...
  3. Replies
    7
    Views
    6,065

    Thanks. This is the first time I do this, and...

    Thanks.
    This is the first time I do this, and the I'm not used to program in C++. But can any of you se if my maxmin is ok?


    while(temp<numOfC && alfa < beta)
    {

    temp2 =...
  4. Replies
    7
    Views
    6,065

    Othello procedure

    Hi I just finish making Othello using MaxMin alogritem. But I have one problem I don't know of any good procedure. I use this one now. (Black-White)/(Black+White). So I always win. Can any of you...
  5. Replies
    4
    Views
    1,703

    returning a double array [][]

    Is there a way to return a double array in c++
    the array is int theBord[8][8]. :confused:
  6. Replies
    14
    Views
    2,441

    Hi i think you have to put the main function in a...

    Hi i think you have to put the main function in a class in C# like this.

    class Name
    {
    public static void Main()
    {
    Like in Java just main with a big M. And to build you puch ctrl + shift...
Results 1 to 6 of 6