Refine
Year of publication
Document Type
- Doctoral Thesis (315)
- Part of Periodical (278)
- Bachelor Thesis (263)
- Diploma Thesis (196)
- Master's Thesis (160)
- Study Thesis (137)
- Conference Proceedings (11)
- Other (6)
- Report (5)
- Book (4)
Language
- German (980)
- English (396)
- Multiple languages (4)
- Spanish (1)
Keywords
- Vorlesungsverzeichnis (44)
- Augmented Reality (15)
- Bildverarbeitung (15)
- Simulation (12)
- Computergraphik (10)
- Computersimulation (10)
- Robotik (10)
- Routing (9)
- Semantic Web (9)
- Computergrafik (8)
Institute
- Institut für Computervisualistik (313)
- Fachbereich 4 (293)
- Institut für Wirtschafts- und Verwaltungsinformatik (138)
- Institut für Informatik (134)
- Zentrale Einrichtungen (127)
- Fachbereich 7 (74)
- Institut für Softwaretechnik (49)
- Institute for Web Science and Technologies (48)
- Institut für Management (44)
- Institut für Management (41)
The development of a game engine is considered a non-trivial problem. [3] The architecture of such simulation software must be able to manage large amounts of simulation objects in real-time while dealing with “crosscutting concerns” [3,p. 36] between subsystems. The use of object oriented paradigms to model simulation objects in class hierarchies has been reported as incompatible with constantly changing demands during game development [2, p. 9], resulting in anti-patterns and eventual, messy refactoring.[13]
Alternative architectures using data oriented paradigms revolving around object composition and aggregation have been proposed as a result. [13, 9, 1, 11]
This thesis describes the development of such an architecture with the explicit goals to be simple, inherently compatible with data oriented design, and to make reasoning about performance characteristics possible. Concepts are formally defined to help analyze the problem and evaluate results. A functional implementation of the architecture is presented together with use cases common to simulation software.
With the appearance of modern virtual reality (VR) headsets on the consumer market, there has been the biggest boom in the history of VR technology. Naturally, this was accompanied by an increasing focus on the problems of current VR hardware. Especially the control in VR has always been a complex topic.
One possible solution is the Leap Motion, a hand tracking device that was initially developed for desktop use, but with the last major software update it can be attached to standard VR headsets. This device allows very precise tracking of the user’s hands and fingers and their replication in the virtual world.
The aim of this work is to design virtual user interfaces that can be operated with the Leap Motion to provide a natural method of interaction between the user and the VR environment. After that, subject tests are performed to evaluate their performance and compare them to traditional VR controllers.
Ordnung zur Änderung der Beitragsordnung des Studierendenwerks Koblenz
Dreiundzwanzigste Ordnung zur Änderung der Prüfungsordnung für die Prüfung im lehramtsbezogenen Bachelorstudiengang an der Universität Koblenz-Landau
Zwanzigste Ordnung zur Änderung der Prüfungsordnung für die Prüfung in den Masterstudiengängen für das Lehramt an Grundschulen, das Lehramt an Realschulen plus, das Lehramt an Förderschulen sowie das Lehramt an Gymnasien an der Universität Koblenz-Landau
Siebzehnte Ordnung zur Änderung der Prüfungsordnung für die Prüfung im Zwei-Fach-Bachelorstudiengang an der Universität Koblenz-Landau
Vierte Ordnung zur Änderung der Ordnung für die Prüfung im Bachelorstudiengang und im Masterstudiengang Erziehungswissenschaft an der Universität Koblenz-Landau, Campus Landau
Achte Ordnung zur Änderung der Gemeinsamen Prüfungsordnung für den Bachelorstudiengang und den Masterstudiengang „Psychologie“ des Fachbereichs
Psychologie der Universität Koblenz-Landau, Campus Landau
Siebte Ordnung zur Änderung der Ordnung für die Prüfung im Bachelorstudiengang Umweltwissenschaften und in den Masterstudiengängen Umweltwissenschaften / Environmental Sciences und Ecotoxicology an der Universität Koblenz-Landau, Campus Landau
Beitragsordnung der Studierendenschaft der Universität Koblenz-Landau, Campus Landau
The dissertation examines the self-concept of Indian religious women in German care institutions. For the analysis, the method of grounded theory was selected from empirical social research. The investigation field interviewed 26 Indian religious women and 5 employers. The theoretical foundations of mission history were the standard of the missionary ministry, the expression of the German and Indian concept of care, the concept of culture in its structural conditionality of dimensions and models with reference to the organization "religious community".
The direct relation to the research question was served by the hierarchical self-concept model according to Shalveson and another model by Bracken, which was used to interpret the empirical results. In the five core categories and their subcategories, the main motive was "being a missionary". Indian religious women refer to themselves as "European missionaries" and want to bring the love of Christ to the sick, the needy and the elderly through their care and nursing work.
In order for the Indian religious women to be able to work even more optimally in their self-concept in Germany, it is advisable to develop a requirement profile, to consider certain framework conditions in advance and to design new models of life.
Data flow models in the literature are often very fine-grained, which transfers to the data flow analysis performed on them and thus leads to a decrease in the analysis' understandability. Since a data flow model, which abstracts from the majority of implementation details of the program modeled, allows for potentially easier to understand data flow analyses, this master thesis deals with the specification and construction of a highly abstracted data flow model and the application of data flow analyses on this model. The model and the analyses performed on it have been developed in a test-driven manner, so that a wide range of possible data flow scenarios could be covered. As a concrete data flow analysis, a static security check in the form of a detection of insufficient user input sanitization has been performed. To date, there's no data flow model on a similarly high level of abstraction. The proposed solution is therefore unique and facilitates developers without expertise in data flow analysis to perform such analyses.
This bachelor thesis investigates the utilization of the Wii Balance Board
in virtual reality applications. For the investigation a snowboard game is
implemented, in which the virtual avatar can be controlled with the pressure
sensors of the Wii Balance Board. The user should be able to move
playfully and intuitively through the virtual environment by balancing his
body. The immersiveness and the influence on motion sickness and cybersickness
will be investigated. In Addition, the Wii Balance Board will be
compared with the Xbox Controller. The aim of the work is to evaluate
whether the Wii Balance Board is able to allow free movement in virtual
environments and whether it is more advantageous to use it rather than
a conventional controller. The results of the survey indicate that the Wii
Balance Board has a positive influence on the immersivness of the game,
despite better game results by using a conventional controller. The survey
also reveals that the use of the Wii Balance Board is responsible for more
motion-sickness/cybersickness cases.
Deformable Snow Rendering
(2019)
Accurate snow simulation is key to capture snow's iconic visuals. Intricate
methods exist that attempt to grasp snow behaviour in a holistic manner. Computational complexity prevents them from reaching real-time performance. This thesis presents three techniques making use of the GPU that focus on the deformation of a snow surface in real-time. The approaches are examined by their ability to scale with an increasing number of deformation actors and their visual portrayal of snow deformation. The findings indicate that the approaches maintain real-time performance well into several hundred individual deformation actors. However, these approaches each have their individual restrictions handicapping the visual results. An experimental approach is to combine the techniques at reduced deformation actor count to benefit from the detailed, merged deformation pattern.
In the present dissertation, the structural interaction between potassium waterglass and aluminium metaphosphates (aluminium tetrametaphosphate and aluminium hexametaphosphate) were investigated in terms of the resettlement behaviour of the metaphosphates as hardening agents. The crystalline phase composition was described qualitatively and quantitatively in terms of powder diffraction patterns combined with Rietveld refinement. The amorphous phase content was determined by different spectroscopic methods (e.g. solid-state NMR, ATR-IR, and Raman spectroscopy). The solubility behaviour of the chemical hardening agents was investigated by optical emission spectroscopy and electron absorption spectroscopy. The mechanical properties of the samples were measured by three-point bending tests, resonance damping frequency analysis, and acid test. The structural framework of the chemically hardened waterglasses was explored by scanning electron microscopy method. It could be proven, that the reaction mechanism of the resettlement is strongly dependent on the structure of the aluminium metaphosphate. After the dissolution of the aluminium ions of aluminium tetrametaphosphate through the alkalic environment of the potassium waterglass, a potassium tetrametaphosphate is developed through an ion-exchange reaction with the waterglass` potassium ions. In the hexametaphosphate system, no analogous structure could be proven. Parallel to the ion-exchange reaction an incremental depolymerization of the cyclic metaphosphate structure to the final crystalline product potassium dihydrogen phosphate occurs. The drop in pH value due to the addition of the respective aluminium metaphosphate initiates a polycondensation of the potassium waterglass due to the decreasing stabilization of the waterglass. This process is increased by the depolymerization products of the metaphosphate, that remove further quantities of the alkali ions, which accelerates the polycondensation reaction due to a further decrease in pH value. The dissolved aluminium ions from the aluminium metaphosphate penetrate into the amorphous, hardening silica network and develops an alumosilicate binder matrix. Furthermore, amorphous hydrated aluminium phosphate phases develop in separate domains beside silicate, alumosilicate phases, and the crystalline phase contents e.g. potassium dihydrogenphosphate and the incomplete reacted aluminium metaphosphate. Consequently, the chemically hardened potassium waterglass binder is not necessarily homogenous. Regarding the mechanical and chemical properties, in summary with increasing alkali modulus the mechanical flexural strength, and the young modulus drop, while the chemical resistance towards acid attack, and the porosity of the samples increase. The change in the cyclic structure from aluminium tetrametaphosphate to aluminium hexametaphosphate leads to a drop in the acid resistance, the porosity of the samples, the flexural strength, and the young modulus.
Increasing innovation is the main reason of a changing daily work. The interaction of progressing digital technologies and our working society has originated the term “New Work”. “New Work” implies, that like spare time work time becomes part of the world of live. In this context, the self-responsibility, self-determination and self-realization of an individual in the professional as well as in the private environment is important.
The subject of this bachelor thesis is to evaluate the meaning of “New Work”. Also the components and the background is considered in detail by the literature analysis in order to answer the first research question "What is the meaning of the term “New Work" in research and practice?". For this purpose, the central contents of digitalization and technology, structure of work as well as work attitude of “New Work” are taken up and explicitly examined. What perception and what benefits employees and entrepreneurs have in relation to these contents is analyzed in the present bachelor thesis on the basis of a qualitative study. The collected results from the expert interviews also provide a comparison between entrepreneurs and employees understanding, attitude and feelings towards “New Work”.
The interviews show, that “New Work” has a positive influence on the personal and the professional development of individuals. In addition, “New Work” has created new perspectives and requirements for workers and employers. “New Work” is focusing on goal-oriented working attitude and displaces time-oriented work. Through the realization and implementation of these new perspectives and requirements, it results in a fulfilling feeling in the working and living world. Caused by the abolishment of boundaries, “New Work” can be realized. Due to a satisfying profession, the sense and purpose of the work is no longer questioned. The “New Work” development leads to a cultural revolution based and digital changes.
Raytracing von NURBS
(2019)
NURBS sind eine Art von Splines, die besondere Eigenschaften besitzen.
Das ray tracen von NURBS ist eine der Darstellungsmöglichkeiten von NURBS.
Dies ist durch das konkrete berechnen von Schnittpunkten mit Strahlen
möglich. Durch die vielseitige Möglichkeiten der Modellierung mittels NURBS
sind diese beliebt in Anwendungen die im Maschinenbau verwendet werden
und auch anderen CAD-Programmen. Diese Arbeit befasst sich mit der
Berechnung von NURBS-Kurven und -Oberflächen, dem direkten rendern
von diesen und wägt ab ob sich der Aufwand dafür im Vergleich zu Tesselierung
lohnt.