@slackermann wrote:
Hi, I'm attempting to make a star field for a solar system scene I'm generating.
My code is in this repo:
https://gitlab.com/steve.lackermann/cubeMapSolar.gitI'm using ofxCubeMap (https://github.com/andreasmuller/ofxCu
beMap).I modified ofxCubeMap slightly, so I've included the modified version in my repo.
I modified ofxCubeMap by adding a function called ofxCubeMap::loadFromPixels(). It functions exactly the same as the ofxCubeMap::loadImages() Andreas uses in the Readme.md example on his repo. The one difference in the function I added, is it takes as it's arguments unsigned char pointers. loadImages takes paths to images as it's arguments, and loads them as ofImages.
I generate a star field by creating a black FBO and drawing white circles on it randomly. Then I get the texture of the FBO, and read that to ofPixels.
The problem is I get these weird patterns like in the image. The kind of remind me of Moiré patterns. I assume it's an issue with not using an alpha channel somewhere, but I can't figure out where.
I'm hoping maybe this is a common error and someone will see the image and it'll remind them of a similar bug.
Thanks in advance!
Posts: 5
Participants: 2