Coder Social home page Coder Social logo

Comments (3)

s-bach avatar s-bach commented on July 23, 2024

Betrifft das dann auch NK 11/12 A6 g) F B E A C D statt B F E A C D? Bin mir nicht sicher!

from kit-musterloesungen.

derpatrick avatar derpatrick commented on July 23, 2024

Zu b)

2 Transformation in Kamerakoordinaten
5 Depth-Tests in Per-Sample_Processing (siehe Link (2))
1 Texturierung findet zuerst statt, da Texturkoordinaten auf Objektkoordinaten gemappt werden (siehe Texture-Mapping in 04_Texturen)
4 Projektionsberechnung nach Beleuchtungsberechnung (siehe Link (1))
3 Beleuchtungsberechnung kommt nach MV-Transformation (siehe Link (1))

Links

(1) https://de.wikipedia.org/wiki/Grafikpipeline#Geometrie
(2) https://www.opengl.org/wiki/Rendering_Pipeline_Overview#Pipeline

from kit-musterloesungen.

fwinnen avatar fwinnen commented on July 23, 2024

Ich denke bis auf "Texturierung" ist alles klar. Die Frage ist was mit Texturierung gemeint ist:

Zuordnen von Texturkoordinaten

Das ganz am Anfang, jeder Vertex bekommt eine Texturkoordinate.
Oder jedes Face bekommt drei Texturkoordinaten (ein Vertex der zu drei dreiecken gehört kann also drei verschiedene Texturkoordinaten haben)
-> Position 1

Interpolation und letztendliches Rendern der Textur

Hierfür muss die Pixel <-> Texel Zuordnung bekannt sein, also kann das erst nach der Projektion passieren. Außerdem mach es Sinn, nur zu Texturieren, wenn der Pixel sichtbar ist (nach Tiefentest).
-> Position 5

Meiner Meinung nach ist hier die zweite Interpretation richtig.
Hier wird es auch ans Ende dran gehängt.
Pipeline

from kit-musterloesungen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.