The latest update on those links is from Jul 20, 2006... Are they still working on it? A lot happens in the 3D visualisation and astronomical fields in 2 years.
EDIT: Ahh, sorry, I just saw that the Japanese version is up to 1.2 as of May 26, 2008... I wonder why they stopped making the English version?
Mitaka Version 1.0 was released
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
Re: Mitaka Version 1.0 was released
ElChristou wrote:Mmhh... no comments...
Perhaps I'm saying a big stupidity because Celestia already have such rendering? (and it's just a problem with my config?)
Or perhaps the Mikata rendering is plain wrong?
I've been off line one week, so... bump!
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
Re: Mitaka Version 1.0 was released
ElChristou wrote:ElChristou wrote:Mmhh... no comments...
Perhaps I'm saying a big stupidity because Celestia already have such rendering? (and it's just a problem with my config?)
Or perhaps the Mikata rendering is plain wrong?
I've been off line one week, so... bump!
Celestia, Mitaka, and nearly every other 3D program out there use the Phong model for specular lighting. This model is easy compute, looks correct to the eye, but is not a physically based model. So, neither program is really correct. Celestia uses a slightly modified Phong model; it's easy to adjust it to do (I think) exactly what Mitaka is doing. I don't know that it would be an improvement though--just different.
--Chris
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
Re: Mitaka Version 1.0 was released
chris wrote:Celestia, Mitaka, and nearly every other 3D program out there use the Phong model for specular lighting. This model is easy compute, looks correct to the eye, but is not a physically based model. So, neither program is really correct. Celestia uses a slightly modified Phong model; it's easy to adjust it to do (I think) exactly what Mitaka is doing. I don't know that it would be an improvement though--just different.
I have to find back this shot from ISS showing such spec effect. I'm pretty sure this rendering is correct. From your response Celestia don't have this effect (it's not a limitation of my hardware) and IMHO we should have a look at the possibility to include it...
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
Re: Mitaka Version 1.0 was released
ElChristou wrote:chris wrote:Celestia, Mitaka, and nearly every other 3D program out there use the Phong model for specular lighting. This model is easy compute, looks correct to the eye, but is not a physically based model. So, neither program is really correct. Celestia uses a slightly modified Phong model; it's easy to adjust it to do (I think) exactly what Mitaka is doing. I don't know that it would be an improvement though--just different.
I have to find back this shot from ISS showing such spec effect. I'm pretty sure this rendering is correct. From your response Celestia don't have this effect (it's not a limitation of my hardware) and IMHO we should have a look at the possibility to include it...
I hadn't considered this at first, but it's possible that Mitaka may be incorporating the Fresnel effect. For surfaces like glass and water, an observer sees more reflected light when viewing the surface at a glancing angle than straight on. The Fresnel effect is why it's best to look straight down at a lake if you want to see underwater. We could implement the effect in Celestia's OpenGL 2.0 path. But first, I'll just try removing the multiplication of the specular term by the diffuse term.
--Chris
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
Re: Mitaka Version 1.0 was released
chris wrote:I hadn't considered this at first, but it's possible that Mitaka may be incorporating the Fresnel effect. For surfaces like glass and water, an observer sees more reflected light when viewing the surface at a glancing angle than straight on. The Fresnel effect is why it's best to look straight down at a lake if you want to see underwater. We could implement the effect in Celestia's OpenGL 2.0 path. But first, I'll just try removing the multiplication of the specular term by the diffuse term.
That's probably the point with Mitaka. If the effect is physically correct then I'll be happy to have it in Celestia!
Re: Mitaka Version 1.0 was released
There is a new version: I just downloaded the 1.2.0 beta from this page: http://www.orihalcon.jp/mitakaplus/index_e.html#download.
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
Re: Mitaka Version 1.0 was released
chris wrote:I hadn't considered this at first, but it's possible that Mitaka may be incorporating the Fresnel effect. For surfaces like glass and water, an observer sees more reflected light when viewing the surface at a glancing angle than straight on. The Fresnel effect is why it's best to look straight down at a lake if you want to see underwater. We could implement the effect in Celestia's OpenGL 2.0 path. But first, I'll just try removing the multiplication of the specular term by the diffuse term.
Just wanted to bump this to not forget it...
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
Re: Mitaka Version 1.0 was released
ElChristou wrote:chris wrote:I hadn't considered this at first, but it's possible that Mitaka may be incorporating the Fresnel effect. For surfaces like glass and water, an observer sees more reflected light when viewing the surface at a glancing angle than straight on. The Fresnel effect is why it's best to look straight down at a lake if you want to see underwater. We could implement the effect in Celestia's OpenGL 2.0 path. But first, I'll just try removing the multiplication of the specular term by the diffuse term.
Just wanted to bump this to not forget it...
I filed a bug in the tracker about this a couple days ago. It will get addressed after 1.6.0:
https://sourceforge.net/tracker2/?func= ... tid=371302
--Chris
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
Re: Mitaka Version 1.0 was released
chris wrote:ElChristou wrote:chris wrote:I hadn't considered this at first, but it's possible that Mitaka may be incorporating the Fresnel effect. For surfaces like glass and water, an observer sees more reflected light when viewing the surface at a glancing angle than straight on. The Fresnel effect is why it's best to look straight down at a lake if you want to see underwater. We could implement the effect in Celestia's OpenGL 2.0 path. But first, I'll just try removing the multiplication of the specular term by the diffuse term.
Just wanted to bump this to not forget it...
I filed a bug in the tracker about this a couple days ago. It will get addressed after 1.6.0:
https://sourceforge.net/tracker2/?func= ... tid=371302
--Chris
Ah Tx! Sorry I didn't thought we could use the bug tracker to actually ask for a new feature...
Edit: I forgot there was a feature request tracker!