Skip to content

FlorianMehnert/3dmirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3dmirror

  • clone this repo including submodules
git clone --recurse-submodules https://github.com/FlorianMehnert/3dmirror.git

current progress

invalid borders webcam sad mirror parralaxed_holodeck

cgv usage

kinect issues

build the mirror3D

  1. download visual studio 2022
  2. drag "project" folder to define_project_dir.bat
  3. drag the "build" folder to define_system_variables.bat and select j for visual studio 2022
  4. open the batch file define_platform.bat and set to 64
  5. bind the .pj extension to the generate_makefiles.bat

modify the cgv framework so my application works 🙈

  • find the point_renderer.cxx in the cgv framework under libs/cgv_gl/point_renderer.cxx and comment the two lines:
if (!has_point_sizes)
    ref_prog().set_attribute(ctx, "point_size", prs.point_size);

things to fix on windows

  • Ansii color support for Win10:
    • press Windows Key and type regedit
    • HKEY_CURRENT_USER -> Console -> Right-Click -> New -> DWORD -> VirtualTerminalLevel
    • set this new variable to 1
  • when using the glsl highlighting addon for VisualStudio2022 you might want to avoid comments like //***** begin interface of fragment.glfs **** and convert the to // ***** begin interface of fragment.glfs **** (put a space after the comment //)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published