Loading...
Copy code
Close
Permalink
Close
Please tell us why you want to mark the subject as inappropriate.
(Maximum 200 characters)
Report Inappropriate
Cancel
Private Message
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Cancel
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Update
Cancel
Feedback
Email ID
Subject :
Comments :
Send
Cancel
Private Message
Type the characters you see in the picture below.
Type the characters you see in the picture below.
Attach files
Desktop
Zoho Docs
Google Docs
Each Attachment size should not exceed 1MB.
Max no of attachments : 0
Loading User Profile...
guest
Response title
This is preview!
Attachments
Publish
Back to edit
Cancel
(
)
Sign In
You can also use the below options to login
Login with Facebook
Login with Google
Login with Yahoo
New to this Portal?
Click on Join Now to Sign Up
Join Now
Help
Feedback
Sign In
Processing Forum
Recent Topics
All Forums
Search All
Tags
Author
Advanced Search
Search
New Topic
Screen name:
aakazemaa
aakazemaa's Profile
5
Posts
8
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
How can I remedy Distorted/Blurred looking text rendering in P3D?
[5Replies]
12-Dec-2011 03:30 PM
Forum:
Programming Questions
Hello folks,
Rendering text in P3D looks corrupted and distorted!
Do you know anyway to render a normal looking text in P3D.
Thanks,
Kaz
Here is the code rendering bad looking text:
PFont fonty;
void setup(){
size(600,600,P3D);
fonty = createFont("Arial",12);
}
void draw(){
stroke(255);
fill(255);
text("Hello World!",width/2,height/2,0);
}
How to create a zoomable 3D object ?
[3Replies]
23-Nov-2011 06:01 PM
Forum:
Programming Questions
Hello folks,
I need to create a 3D object (i.e. a polygon) with fine details in it.
This 3D polygon needs to be zoomable (like objects in SVG) to view the smaller details inside the polygon.
Could you please let me know if this is possible in processing?
If so, how?
Thank you in advance,
Kazem
How to do a command line compilation of a pde and exporting into an applet.
[1Reply]
12-Jul-2010 05:31 PM
Forum:
Programming Questions
Hello,
I would like to know how to do a
command line
compilation
and
export
of a pde sketch into an
applet
.
Thank you in advance,
Kazem
How to provide data during run time for an applet ?
[6Replies]
12-Jul-2010 05:11 PM
Forum:
Programming Questions
Hello,
It looks like after exporting my sketch into an applet the data (from data directory) gets hard coded and compiled into the program.
Question:
How can I use the same applet with a new set of data during run time?
Thanks in advance for your response.
Kazem
Why Applet is not showing the rendered data ?
[8Replies]
11-Jul-2010 05:08 PM
Forum:
Programming Questions
Hello,
Using BufferedReader I get data from a file and render them successfully
using '
text
' and '
point
' functions by pushing the
run
button.
But,
When I export the app to an applet and access it via a browser, I
do not see the rendered image.
Please let me know what could be wrong in this procedure and how to remedy it.
Thank you in advance,
Kazem
«Prev
Next »
Moderate user : aakazemaa
Forum