Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
jmamotif
jmamotif's Profile
1
Posts
1
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
Displaying text using p3d or opengl?
[2 Replies]
23-Jun-2010 09:25 AM
Forum:
Programming Questions
Hi,
I'm having a hard time getting text to display when i'm using OPENGL or P3D Rendering.
I've read some forums and made sure i'm on the newest version and using the support textMode's for those renderers (i tried all of them)
I keep getting a "textMode(3) is not supported with this renderer"
This is driving me insane, it works when i just use the standard render and not any 3d one's?
Here's a simple example
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);
}
}
I'm sure it's a simple fix and all. Thanks
-jeremy
«Prev
Next »
Moderate user : jmamotif
Forum