Skip to content

styl-florina/VR-spatial-cognition-learning

Repository files navigation

VR-spatial-cognition-learning

For the event-driven GUI dialog, the compiling and linking processes, using the MDL development utilities, are supported by the following two batch files.

Set.bat

set MDL_COMP=-id:\The-working-directory-path (local hard disk)

set RSC_COMP=-id:\The-working-directory-path (local hard disk)

set MS=The-working-directory-path (local hard disk)

set ACE_DEV=The-working-directory-path (local hard disk)

Build.bat

MicroStation Resource Compiler (creates DCDdlg.rsc)

rcomp DCDdlg.r

MDL Compiler (creates DCD.mo)

mcomp -v -c DCD.mc

MDL Linker (creates DCD.mp)

mlink -aDCD.mp DCD.mo

Resource Librarian (creates the final executable file DCD.ma)

rlib -oDCD.ma DCD.mp DCDdlg.rsc

copy DCD.ma The-directory-path (local hard disk)

About

In this repo you will find the code in MDL language for an event-driven dedicated GUI dialog concerning VR-based spatial cognition learning on the reality modeling platform Bentley’s LumenRT built on NVIDIA’s Omniverse. It accepts various characteristics as parameters (e.g., gender, environment) and records online time performance and satisfaction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors