Incorporate the logistic function (from Program 14.7) into the marble dragon from Program 14.5, and experiment with

Question:

Incorporate the logistic function (from Program 14.7) into the marble dragon from Program 14.5, and experiment with the settings to create more distinct veins.

Program 14.5Java/JOGL application: public void init(GLAutoDrawable drawable) { ... generate Noise(); noise Texture ={ for (int k = 0; k} gl.glEnable(GL_CULL_FACE); gl.gl FrontFace(GL_CCW); gl.glEnable(GL_DEPTH_TEST); gl.glDepth Func(GL_LEQUAL);

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Computer Graphics Programming In OpenGL With JAVA

ISBN: 9781683922193

2nd Edition

Authors: V. Scott Gordon PhD, John L. Clevenger PhD

Question Posted: