jogamp
›
java3d
Login
Register
Search
everywhere
only in this topic
Advanced Search
Colorinterpolator with 3 colours !
Classic
List
Threaded
♦
♦
Locked
4 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Davidave
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Dec 11, 2014; 6:43pm
Colorinterpolator with 3 colours !
5 posts
Hey guys ! is it possible to interpolate between 3 colours in java3d ??
like from blue to red and then from red to green ?!
you can set a start and an end colour! but is it possible with 3 ? or is it possible to usw more than 1 interpolator ?
gouessej
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Dec 11, 2014; 6:56pm
Re: Colorinterpolator with 3 colours !
Administrator
6044 posts
You can use javax.media.j3d.ColorInterpolator but it uses a start color and an end color. You can write your own interpolators too.
Julien Gouesse |
Personal blog
|
Website
Davidave
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Dec 11, 2014; 7:31pm
Re: Colorinterpolator with 3 colours !
5 posts
hey. how do i do that ? :D
gouessej
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Dec 12, 2014; 9:22am
Re: Colorinterpolator with 3 colours !
Administrator
6044 posts
Create a class that extends the abstract class javax.media.j3d.Interpolator.
Julien Gouesse |
Personal blog
|
Website
Free forum by Nabble
Edit this page