Panda3D
Functions
orthographicLens.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "orthographicLens.h"
#include "indent.h"
#include "bamReader.h"

Go to the source code of this file.

Functions

 PT (Lens) OrthographicLens
 Allocates a new Lens just like this one. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
mike
Date
1999-02-18

Definition in file orthographicLens.cxx.

Function Documentation

◆ PT()

PT ( Lens  )

Allocates a new Lens just like this one.

Returns true if the lens represents a linear projection (e.g. PerspectiveLens, OrthographicLens), and therefore there is a valid matrix returned by get_projection_mat(), or false otherwise. Returns true if the lens represents a orthographic projection (i.e. it is a OrthographicLens), false otherwise. This is the generic implementation, which is based on do_extrude() and assumes a linear distribution of depth values between the near and far points. Computes the complete transformation matrix from 3-d point to 2-d point, if the lens is linear.

Definition at line 24 of file orthographicLens.cxx.