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

Functions

local function test_camera ()
 
local function test_camera_follow_unset ()
 
local function test_camera_follow_set ()
 
local function test_perspective_unset ()
 
local function test_perspective_set ()
 
local function test_ambient_light ()
 
local function test_shadows_enabled ()
 
local function test_shadows_disabled ()
 
local function test_zsprites_unset ()
 
local function test_zsprites_set ()
 

Variables

local common = require "tests/lua/common"
 
local camera = require "nngn.lib.camera"
 
local state = require "nngn.lib.state"
 

Function Documentation

◆ test_ambient_light()

local function test_ambient_light ( )

◆ test_camera()

local function test_camera ( )

◆ test_camera_follow_set()

local function test_camera_follow_set ( )

◆ test_camera_follow_unset()

local function test_camera_follow_unset ( )

◆ test_perspective_set()

local function test_perspective_set ( )

◆ test_perspective_unset()

local function test_perspective_unset ( )

◆ test_shadows_disabled()

local function test_shadows_disabled ( )

◆ test_shadows_enabled()

local function test_shadows_enabled ( )

◆ test_zsprites_set()

local function test_zsprites_set ( )

◆ test_zsprites_unset()

local function test_zsprites_unset ( )

Variable Documentation

◆ camera

local camera = require "nngn.lib.camera"

◆ common

local common = require "tests/lua/common"

◆ state

local state = require "nngn.lib.state"