SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
AppNodeSceneView.h File Reference

Node transform test app to demonstrates all transforms of SLNode. More...

#include <SLSceneView.h>
#include <SLScene.h>
Include dependency graph for AppNodeSceneView.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AppNodeSceneView
 

Enumerations

enum  TransformMode { TranslationMode , RotationMode , RotationAroundMode , LookAtMode }
 

Detailed Description

Node transform test app to demonstrates all transforms of SLNode.

Date
July 2015
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Authors
Marc Wacker, Marcus Hudritsch

Definition in file AppNodeSceneView.h.

Enumeration Type Documentation

◆ TransformMode

Enumerator
TranslationMode 
RotationMode 
RotationAroundMode 
LookAtMode 

Definition at line 15 of file AppNodeSceneView.h.

16 {
21 };
@ RotationMode
@ RotationAroundMode
@ LookAtMode
@ TranslationMode