New character controller sample (#575)

This commit is contained in:
Turánszki János
2022-09-30 16:25:45 +02:00
committed by GitHub
parent 768ad1fdca
commit f7ebdbda64
85 changed files with 1204 additions and 1199 deletions
@@ -1,8 +0,0 @@
-- This script shows how content can be accessed relative to the current script directory
-- This will work when calling scripts from scripts
backlog_post("---> START SCRIPT: load_dojo.lua")
LoadModel(script_dir() .. "../../models/dojo.wiscene")
backlog_post("---> END SCRIPT: load_dojo.lua")
@@ -0,0 +1,8 @@
-- This script shows how content can be accessed relative to the current script directory
-- This will work when calling scripts from scripts
backlog_post("---> START SCRIPT: load_model.lua")
LoadModel(script_dir() .. "../../models/teapot.wiscene")
backlog_post("---> END SCRIPT: load_model.lua")