Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
seul.le.samson.ng
seul.le.samson.ng's Profile
1
Posts
0
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
SOS: 3D textbox with ControlP5
[0 Replies]
07-Mar-2013 04:51 AM
Forum:
Contributed Library Questions
I am drawing a 3D text box using ControlP5 library. However the .setPosition does not allow the Z dimension. I have tried to translate it but it ignores the translate. Anyone can help? This is for an urgent deadline... Thanks.
pushMatrix();
translate(100, 100, 50);
description = cp5.addTextarea("txt" + ID)
.setPosition(0,0)
.setSize(source.width/2, source.height)
.setFont(createFont("arial",8))
.setLineHeight(10)
.setColor(color(255));
description.setText("Lorem ipsum dolor sit amet.");
popMatrix();
«Prev
Next »
Moderate user : seul.le.samson.ng
Forum