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

Functions

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

Variables

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

Function Documentation

◆ test_ambient_light()

function test_ambient_light ( )

◆ test_camera()

function test_camera ( )

◆ test_camera_follow_set()

function test_camera_follow_set ( )

◆ test_camera_follow_unset()

function test_camera_follow_unset ( )

◆ test_perspective_set()

function test_perspective_set ( )

◆ test_perspective_unset()

function test_perspective_unset ( )

◆ test_shadows_disabled()

function test_shadows_disabled ( )

◆ test_shadows_enabled()

function test_shadows_enabled ( )

◆ test_zsprites_set()

function test_zsprites_set ( )

◆ test_zsprites_unset()

function test_zsprites_unset ( )

Variable Documentation

◆ camera

camera = require "nngn.lib.camera"

◆ common

common = require "tests/lua/common"

◆ state

state = require "nngn.lib.state"