nngn
Loading...
Searching...
No Matches
camera.lua File Reference

Functions

local function test_reset_common (c)
 
local function test_reset_ortho ()
 
local function test_reset_persp ()
 
local function test_reset_follow ()
 
local function test_move ()
 
local function test_move_zoom ()
 
local function test_move_rot ()
 
local function test_move_dash ()
 
local function test_move_follow ()
 

Variables

local camera = require "nngn.lib.camera"
 
local common = require "tests/lua/common"
 
local nngn_math = require "nngn.lib.math"
 
local utils = require "nngn.lib.utils"
 

Function Documentation

◆ test_move()

local function test_move ( )

◆ test_move_dash()

local function test_move_dash ( )

◆ test_move_follow()

local function test_move_follow ( )

◆ test_move_rot()

local function test_move_rot ( )

◆ test_move_zoom()

local function test_move_zoom ( )

◆ test_reset_common()

local function test_reset_common ( c )

◆ test_reset_follow()

local function test_reset_follow ( )

◆ test_reset_ortho()

local function test_reset_ortho ( )

◆ test_reset_persp()

local function test_reset_persp ( )

Variable Documentation

◆ camera

local camera = require "nngn.lib.camera"

◆ common

local common = require "tests/lua/common"

◆ nngn_math

local nngn_math = require "nngn.lib.math"

◆ utils

local utils = require "nngn.lib.utils"