代码搜索结果

找到约 5,548 项符合 Camera 的代码

gcamera.m

%GCAMERA graphical camera model % % H = GCAMERA(NAME, C, DIMS) % % Create a graphical camera with name NAME, pixel dimensions given by % DIMS = [xmin xmax ymin ymax] for the axes, and calibration mat

gcamera.m

%GCAMERA graphical camera model % % H = GCAMERA(NAME, C, DIMS) % % Create a graphical camera with name NAME, pixel dimensions given by % DIMS = [xmin xmax ymin ymax] for the axes, and calibration mat

readme

================================================= SAMSUNG SOC MOBILE p/j TEAM Author : SW.LEE date : 2003.11.17. version : release 0 ===================================

quinn.txt

Little track - interactive DHTML

engine.cpp

#define WIN32_LEAN_AND_MEAN #define WIN32_EXTRA_LEAN #include #include "engine.h" #include "HiResTimer.h" #include "camera.h" #include "world.h" void CEngine::CheckInput(float

object.h

#ifndef __OBJECT_H #define __OBJECT_H #include "tree.h" #include "vector.h" #include "camera.h" /* OBJECT.H The CObject class OpenGL Game Programming Author: Kevin Hawkins Dat