www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: hytparadisee on June 11, 2007, 01:19:10 pm

Title: Need a help (better still code) to help positioning my camera
Post by: hytparadisee on June 11, 2007, 01:19:10 pm
Let's say i'm given a rectangular plane, with a known and fixed pair of width and height (e.g. 512 x 512 or 128 x 128 etc.) How could i position my camera so that it fits exactly into my screen. (exactly doesn't mean totally covered, because i know the screen won't be square! and also i do not want to change the fov or frustrum)

I know this question was asked before, but i think at that time this was not possible because the dimension of the object is unknown. Now i have the dimension of my plane defined and fixed, is it a possibility then?
Title: Re: Need a help (better still code) to help positioning my camera
Post by: EgonOlsen on June 11, 2007, 01:26:40 pm
Maybe this helps: http://www.jpct.net/forum2/index.php/topic,848.0.html (http://www.jpct.net/forum2/index.php/topic,848.0.html)?