Quantcast
Channel: Processing Forum
Browsing all 1768 articles
Browse latest View live
↧

Re : making a pdf-file

Perhaps beginRaw()?http://processing.org/reference/beginRaw_.html

View Article


Image may be NSFW.
Clik here to view.

Re : 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 Article


Re : 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 Article

Re : making a pdf-file

see upd

View Article

Re : making a pdf-file

Perfect! Now I have to learn what I did wrong...Thanks!!!!!!

View Article


Re : making a pdf-file

I just inverted the image; white background and black lines. Now that strange diagonal line is gone to!

View Article

Re : 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 Article

Processing 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 Article


s 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 Article


watch 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 Article

Network: 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 Article

Problems 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 Article

Re : 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 Article


Re : 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 Article

Image may be NSFW.
Clik here to view.

P3D - 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 Article


Re : 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 Article

Re : 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 Article


Re : 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 Article

Re : P3D - colors don't look right at surface edges

Yes, I also see it

View Article

Re : 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
Browsing all 1768 articles
Browse latest View live