Re : making a pdf-file
Perhaps beginRaw()?http://processing.org/reference/beginRaw_.html
View ArticleRe : making a pdf-file
Good one GoToLoop! Never new of beginRaw() before, Â but it does the job perfectly:also scales perfectly:so the code could be found on...
View ArticleRe : making a pdf-file
???I just tried GoToLoop's trick, but it does not work???What did you do dimkir?Can you show me the code?Â
View ArticleRe : making a pdf-file
I just inverted the image; white background and black lines. Now that strange diagonal line is gone to!
View ArticleRe : making a pdf-file
yeah.. that diagonal was weird... also always remember that only when endRaw() is called, your drawing will be actually written to pdf. Until you call endRaw() all the drawings are simply kept in...
View ArticleProcessing 2.01 to Maya .mel or .obj export
Hi there,In Processing version 1.2 there was the SuperCAD library to export geometry to different 3d programs like Maya for ex.. And it worked perfectly. Since I installed Processing 2.01 the SuperCAD...
View Articles rooms
  Become bolder yanking the kids out of bed and flinging them across roomsTrue stories don?t always transfer well to the big screen - unless they?re horror movies. And this one also benefits from a...
View Articlewatch latest songs HD
Please Follow this link the watch 2 Guns online. Also Follow link. Please click here the watch Elysium online. Also source. Please Click here to watch online the watch Percy Jackson: Sea of Monsters...
View ArticleNetwork: Code review - Detecting Client() timeout and behaving well during...
I've built a simple little network system based on Server and Client. Â I can't always control when the parts start so I'm trying to make the connection process as smooth as possible. Â I'd like to be...
View ArticleProblems with Audio Files
Okay so I was given a project in which I am to make a simple audio game with a given set of audio files.The basic idea is that I have 10 audio files, and the player will progress through the game given...
View ArticleRe : Problems with Audio Files
You call startStory() if keyPressed AND key is space (only if both conditions are met). So in startStory(), there is no point in checking if key can be 1, it will never be.Beside, you better use...
View ArticleRe : Network: Code review - Detecting Client() timeout and behaving well...
Isn't myClient null, hence the NPE? In this case, just check the value instead of using the try / catch.
View ArticleP3D - colors don't look right at surface edges
I'm working on creating some custom surfaces, using PShape objects, and I'm noticing some unpleasant edge coloring effects. To test this, I also rendered a standard sphere, with the standard lights();...
View ArticleRe : P3D - colors don't look right at surface edges
The cause may be normals. Incorrect or non-supplied normals can cause these type of lighting issues.Try creating a sphere manually and setting the per-vertex normals correctly. Then compare.
View ArticleRe : P3D - colors don't look right at surface edges
I created some of my own surfaces, and computed normals manually, and saw the same behavior. I'll check the normals but I have a feeling this is a rendering issue, or perhaps a z-sorting issue (maybe...
View ArticleRe : P3D - colors don't look right at surface edges
Actually, I don't think it's related to z-sorting. Here's some example code. The spere resolution is set to something low to make the issue more apparent. Anyone want to give it a try and tell me if...
View ArticleRe : P3D - colors don't look right at surface edges
Yeah, I think maybe this is a bug. It's probably not something easy to fix...I have no clue. I think obscured polygons are affecting the shading of visible vertices that are attached to them. I posted...
View Article