Adding color onto a model
Posted by Sesquipedaliac on Jun 25, 2013; 6:26pm
URL: https://forum.jogamp.org/Adding-color-onto-a-model-tp4029468.html
Hi everyone,
I'm rather new to Java and JOGL, and had a question about drawing a color onto a model.
For example, I load a 3D model of a rod and then want to have the code draw and update a color gradient along the rod (say, for temperature).
Or another scenario: I've got a model of a satellite, and as it spins and moves around a globe, I want the part of the satellite visible from a point on the globe to be colored.
Is it possible to do this?
Thanks for your time!