Loading...
Processing Forum
Recent Topics
All Forums
Move this topic
Forum :
Share your Work
Programming Questions
Core Library Questions
Contributed Library Questions
Android Processing
Processing with Other Languages
Integration and Hardware
Library and Tool Development
Events and Opportunities
General Discussion
Sub forum :
Move this topic
Cancel
Contributed Library Questions
alessandr..
avoiding Peasycam from printing version on console?
in
Contributed Library Questions
•
2 years ago
Peasycam print continuously the version "PeasyCam v0.91" on console.
Does anyone a way to make it stop?
1
Replies(5)
thomas.di..
Re: avoiding Peasycam from printing version on console?
2 years ago
hi
unless you want to re-compile (the library comes with the sourcecode) it yourself, i dont think its possible.
open file:
PeasyCam.java
and delete/comment line 164 (in my version):
System.err.println("PeasyCam v" + VERSION);
,,, and compile it.
Leave a comment on thomas.diewald's reply
cedrickie..
Re: avoiding Peasycam from printing version on console?
2 years ago
depending on what you need it for. it might be already enough to just print some emtpy lines in setup to remove the message.
Leave a comment on cedrickiefer's reply
velvetkev..
Re: avoiding Peasycam from printing version on console?
2 years ago
It shouldn't print that continuously, just once when the library initialises. Are you creating a new PeasyCam object in every frame in draw()?
Leave a comment on velvetkevorkian's reply
cedrickie..
Re: avoiding Peasycam from printing version on console?
2 years ago
ah right, i didnt read " continuously"...
he is right, seems like there is something wrong with your code.
that shouldnt happen.
Leave a comment on cedrickiefer's reply
alessandr..
Re: avoiding Peasycam from printing version on console?
2 years ago
Are you creating a new PeasyCam object in every frame in draw()?
Yep, I have to create new cameras till a condition is true. I didn't thinked about that. Thanks for help!
Leave a comment on alessandro_barbetti's reply
Change topic type
Topic Type :
Discussions
Questions
No of days :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change topic type
Cancel
Link this topic
Provide the permalink of a topic that is related to this topic
Permalink
Save
Close
Reply to alessandro_barbetti's question
Top
Reply
{"z4437996":[25080000000844097],"z3978071":[25080000000842076,25080000000842131],"z5424777":[25080000000844091],"z5964931":[25080000000842049,25080000000845122]}
Statistics
5
Replies
450
Views
0
Followers
Tags
No tags available for this topic.
Cancel
Actions
Permalink
Related Posts
PeasyCam reset camera / transformat...
PeasyCam: Can someone explain Drag/...
Why my controlP5 is blurry and how ...
Drag objects in 3d with the mouse w...
Export a view from PeasyCam to PDF