Vous avez cherché: the shaders (Anglais - Allemand)

Traduction automatique

Apprendre à traduire à partir d'exemples de traductions humaines.

English

German

Infos

English

the shaders

German

 

De: Traduction automatique
Suggérer une meilleure traduction
Qualité :

Contributions humaines

Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.

Ajouter une traduction

Anglais

Allemand

Infos

Anglais

are you loading all the shaders correctly?

Allemand

are you loading all the shaders correctly?

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

to complete the effect, the compilation of the shaders:

Allemand

um den effekt zu vollenden, die kompilierung der shader:

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

extract and organize data from the buffers with the shaders and pass it into the gpu.

Allemand

extrahieren und organisieren sie mit den shadern daten aus den puffern und geben sie diese in die gpu weiter.

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

light is created by adjusting color in the shaders according to the normal vertex.

Allemand

licht wird erzeugt, indem die farbe in den shadern entsprechend dem normalen scheitelpunkt angepasst wird.

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

the “draw” method (activates the shaders and draws pixels to the canvas)

Allemand

"draw"-methode (aktiviert die shader und zeichnet pixel auf das canvas-element)

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Anglais

the shader should run!

Allemand

der shader sollte aktiv sein.

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

possibility to scale the textures which are used in the shaders (set_shader_texturescale)

Allemand

möglichkeit die für die shader verwendeten texturen zu skalieren (set_shader_texturescale)

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

thanks for the info, when i get the shaders, scripting, etc... done i'll work on detailing the place.

Allemand

thanks for the info, when i get the shaders, scripting, etc... done i'll work on detailing the place.

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

fill the buffers up with data (vertex position, color, textures…) to pass to the context through the shaders.

Allemand

füllen sie die puffer mit daten wie position des scheitelpunkts, farbe oder texturen, um die inhalte durch die shader weiterzugeben.

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

the shaders can be used to render 3d objects (solids, solid faces and greps) in combination with the standard opengl rendering.

Allemand

die shader können in kombination mit dem standard opengl rendering verwendet werden um, 3d objekte (solids und greps) darzustellen

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

instance variables are the variables used as parameters to the shader.

Allemand

sind die objekte undurchsichtig, sind diese merkmale nutzlos.

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

"we've overhauled our graphics engine to get the most out of the console by updating all of the shaders responsible for rendering the environment, vehicle, and characters.

Allemand

"we've overhauled our graphics engine to get the most out of the console by updating all of the shaders responsible for rendering the environment, vehicle, and characters.

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Anglais

"hardware detection" shows you the shader versions available on your system.

Allemand

unter "hardware detection" werden die shader-versionen, die mit dem aktuellen system kompatibel sind, angezeigt.

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Anglais

now we can implement the shader. as so often, it looks much simpler in the shader:

Allemand

nun können wir die shader implementieren. wie so oft schaut es im shader um einiges einfach aus:

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Anglais

>> download the shader demo as a zip-archive (8.5 mb)

Allemand

>> download der shader-demo als zip-datei (8.5 mb)

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Anglais

6.- # this rib file demonstrates some more complex procedural textures. 7.- # two spheres show the use of "stucco" and "dented" displacement shaders. 8.- # the floor shows the gmarbtile_polish shader, which is polised green 9.- # marble tiles. note that the reflection is accomplished by the shader 10.- # actually calling the trace() function, rather than reflection mapping. 11.- # 12.- ########################### 13.- 14.- option "searchpath" "shader" [".:../shaders:&"] 15.- display "balls2.tif" "file" "rgb" 16.- format 400 300 -1 17.- pixelsamples 1 1 18.- 19.- declare "prmanspecular" "integer" 20.- option "render" "prmanspecular" [0] 21.- projection "perspective" "fov" 35 22.- translate 0 -0.55 8 23.- rotate -110 1 0 0 24.- 25.- 26.- worldbegin 27.- 28.- lightsource "ambientlight" 1 "intensity" 0.02 29.- 30.- declare "shadows" "string" 31.- attribute "light" "shadows" "on" 32.- lightsource "distantlight" 1 "from" [0 1.5 4] "to" [0 0 0] "intensity" 0.6 33.- 34.- attributebegin 35.- declare "txtscale" "float" 36.- declare "kr" "float" 37.- declare "darkcolor" "color"

Allemand

1.- ##renderman rib-structure 1.0 2.- version 3.03 3.- 4.- ########################################################################### 5.- # 6.- # diese rib datei zeigt einige komplexe prozedurale texturen. 7.- # zwei kugeln zeigen, wie "stucco" und "dented" displacement shaders benutzt werden. 8.- # der boden zeigt den gmarbtile_polish shader, polierte grüne marmorkacheln. 9.- # der shader erzielt die reflektionen durch aufruf der 10.- # funktion trace() function, statt reflection mapping zu benutzen.

Dernière mise à jour : 2018-02-13
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Obtenez une traduction de meilleure qualité grâce aux
7,781,704,762 contributions humaines

Les utilisateurs demandent maintenant de l'aide :



Nous utilisons des cookies pour améliorer votre expérience utilisateur sur notre site. En poursuivant votre navigation, vous déclarez accepter leur utilisation. En savoir plus. OK