I found hardware instance cube. But this is not possible. Because all cube is diffent.
how can many cube very fast draw ?
ps. current performance 1k cube(not texture image,only color) 15fps...
Posted 28 October 2012 - 06:16 AM
Posted 28 October 2012 - 06:31 AM
It appears that the gentleman thought C++ was extremely difficult and he was overjoyed that the machine was absorbing it; he understood that good C++ is difficult but the best C++ is well-nigh unintelligible.
Posted 28 October 2012 - 06:38 AM
Posted 28 October 2012 - 07:19 AM
all cubes size different . is possible hardware instance ?
Posted 28 October 2012 - 07:29 AM
all cubes size different . is possible hardware instance ?
Well size is something that you can express with the transformation matrix, and since all the cubes already need one to have different position and orientation, you'll just need to scale the transformation matrix to produce smaller and bigger cubes.
Cheers!
Posted 28 October 2012 - 07:34 AM
all cubes size different . is possible hardware instance ?
Well size is something that you can express with the transformation matrix, and since all the cubes already need one to have different position and orientation, you'll just need to scale the transformation matrix to produce smaller and bigger cubes.
Cheers!