Hello can anyone please let me know a function for 3D printing in OpenGL. I had to print a string and was using glutBitmapCharacter() but this is not printing it.
Thankx in advance. 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a very good tutorial (link removed as it eventually pointed to a malware site) (video and text version). There are source files: text3d.h/cpp, charsets.
You can include this files to your project. After that you can draw 2d/3d text:
t3dDraw3D(“My text”, 0, 0, 0.2f);
It’s very easy to use.
Warning: I had a problem with this site few times (some AV warnings and redirects – propably DNS system of this site has been hacked). You can see some information of security risk. IT’S FAKE! If you have this fake infos, type address: http: // www . videotutorialsrock . com , next click Lesson 8: Drawing Text.
(sorry for ma bad English)