Loading...
Processing Forum
Recent Topics
All Forums
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?
[5 Replies]
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 ?
[3 Replies]
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.
[1 Reply]
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 ?
[6 Replies]
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 ?
[8 Replies]
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