Vertaling van "shader code" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can test this by adding a fixed light in the shader code.
This does most of the "heavy lifting" for you, and your shader code just needs to define surface properties.
Esto hace la mayoría del "trabajo pesado" para usted, y su código shader solamente necesita definir propiedades de la superficie.
With these things set up, you can now begin looking at the shader code, and you will see the results of your changes to the shader on the capsule in the scene view.
Con estas cosas configuradas, usted ahora puede comenzar a mirar el código del shader, y usted verá los resultados de sus cambios al shader en la cápsula en la vista de escena.
When you select a shader in the Project View, the Inspector has a button to show compiled shader code, which might help as a debugging aid.
Cuando selecciona un shader en el Proyecto View, el inspector tiene un botón para mostrar el código del shader compilado, que podría ayudar como una ayuda de depuración.
Often it is convenient to keep most of a piece of shader code fixed but also allow slightly different shader "variants" to be produced.
A menudo es conveniente mantener la mayor parte de código shader fijo, pero también permiten que se produzcan variantes de shader ligeramente diferentes.
To add the shader code to the shader object, you must use the glShaderSource() method.
Para agregar el código shader al objeto shader, debes usar el método glShaderSource().
WebGL programs consist of control code written in JavaScript and special effects code(shader code) that is executed on a computer's Graphics Processing Unit (GPU).
WebGL consiste en código de control escrito en JavaScript y código de efectos especiales (código shader) que se ejecuta en la unidad de procesamiento gráfico de una computadora (GPU).
The shader code will open in your script editor (MonoDevelop or Visual Studio).
El código del shader va a abrirse en su editor de script (MonoDevelop o Visual Studio).
Shader code is written by embedding "Cg/HLSL snippets" in the shader text.
El código Shader se escribe incrustando "fragmentos Cg/HLSL" en el texto del shader.
Note that only the CGPROGRAM section changes; the surrounding Shader code is exactly the same
Tenga en cuenta que solo cambia la sección CGPROGRAM; El código Shader que le rodea es exactamente el mismo
You have to take into consideration that Microsoft HLSL (Higher Level Shader Language) compiler will do its small miracle and will try to optimize the Shader code. Compiler will try to "glue" a few scalars in a single VEC4 unit.
Tendrías que tomar en consideración que Microsoft y su compilador HLSL hará un milagro y tratará de optimizar el código del Shader, o sea, tratará de "pegar" algunos scalars en una simple unidad VEC4 (4Dv+1Ds).
Fixing up the shader code according to some of the feedback, a day later, he got colour working too.
Una vez solucionadas algunas cuestiones en el código de sombreado, de acuerdo a los comentarios que obtuvo, logró hacer funcionar, un día más tarde, el color.
Further work slowed down though as still unknown hit some problems in understanding the shader code instructions correctly.
El trabajo posterior se hizo más lento al encontrarse stillunknown con algunos problemas relacionados con la correcta comprensión de las instrucciones del código de sombreado (shader).