<i id='UAoQ1'><tr id='UAoQ1'><dt id='UAoQ1'><q id='UAoQ1'><span id='UAoQ1'><b id='UAoQ1'><form id='UAoQ1'><ins id='UAoQ1'></ins><ul id='UAoQ1'></ul><sub id='UAoQ1'></sub></form><legend id='UAoQ1'></legend><bdo id='UAoQ1'><pre id='UAoQ1'><center id='UAoQ1'></center></pre></bdo></b><th id='UAoQ1'></th></span></q></dt></tr></i><div id='UAoQ1'><tfoot id='UAoQ1'></tfoot><dl id='UAoQ1'><fieldset id='UAoQ1'></fieldset></dl></div>

<small id='UAoQ1'></small><noframes id='UAoQ1'>

<tfoot id='UAoQ1'></tfoot>
  • <legend id='UAoQ1'><style id='UAoQ1'><dir id='UAoQ1'><q id='UAoQ1'></q></dir></style></legend>

        • <bdo id='UAoQ1'></bdo><ul id='UAoQ1'></ul>

        在 Libgdx 中绘制渐变

        时间:2023-05-20
      1. <i id='y6FUd'><tr id='y6FUd'><dt id='y6FUd'><q id='y6FUd'><span id='y6FUd'><b id='y6FUd'><form id='y6FUd'><ins id='y6FUd'></ins><ul id='y6FUd'></ul><sub id='y6FUd'></sub></form><legend id='y6FUd'></legend><bdo id='y6FUd'><pre id='y6FUd'><center id='y6FUd'></center></pre></bdo></b><th id='y6FUd'></th></span></q></dt></tr></i><div id='y6FUd'><tfoot id='y6FUd'></tfoot><dl id='y6FUd'><fieldset id='y6FUd'></fieldset></dl></div>

            <tbody id='y6FUd'></tbody>

          <small id='y6FUd'></small><noframes id='y6FUd'>

                • <bdo id='y6FUd'></bdo><ul id='y6FUd'></ul>

                • <legend id='y6FUd'><style id='y6FUd'><dir id='y6FUd'><q id='y6FUd'></q></dir></style></legend>
                  <tfoot id='y6FUd'></tfoot>
                  本文介绍了在 Libgdx 中绘制渐变的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  好的,我有这个代码

                  @Override
                  public void render() {
                      // do not update game world when paused
                      if (!paused) {
                          // Update game world by the time that has passed
                          // since last render frame
                          worldController.update(Gdx.graphics.getDeltaTime());
                      }
                      // Sets the clear screen color to: Cornflower Blue
                      Gdx.gl.glClearColor(0x64/255.0f, 0x95/255.0f, 0xed/255.0f,
                              0xff/255.0f);
                      // Clears the screen
                      Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT);
                      // Render game world to screen
                      worldRenderer.render();
                  }
                  

                  它会在屏幕上绘制浅蓝色背景.我正在尝试创建一个渐变,从顶部的深蓝色到底部的浅蓝色.有没有一种简单的方法可以做到这一点?我是 Libgdx 和 OpenGL 的新手,所以我想从一本书中学习,但我似乎找不到这个问题的答案.我听说过绘制一个大正方形并让顶点具有不同的颜色,但我不确定如何做到这一点.

                  And it draws a light blue background onto the screen. I am attempting to create a gradient that goes from a dark blue at the top, to a light blue towards the bottom. Is there a simple way to do this? I'm new to Libgdx, and OpenGL so i'm trying to learn from a book but I can't seem to find the answer to this one. I've heard of drawing a big square and having the vertices different colors, but I'm unsure of how to do this.

                  推荐答案

                  在 libGDX 中,ShapeRenderer 对象包含一个 drawRect() 方法,该方法接受其位置和大小以及四种颜色的参数.这些颜色将转换为 4 角渐变.如果您想要垂直渐变,只需将顶角设为一种颜色,将底角设为另一种颜色.像这样的:

                  In libGDX, the ShapeRenderer object contains a drawRect() method that takes arguments for its position and size as well as four colors. Those colors are converted to a 4-corners gradient. If you want a vertical gradient, just make the top corners one color and the bottom corners another color. Something like this:

                  shapeRenderer.filledRect(x, y, width, height, lightBlue, lightBlue, darkBlue, darkBlue);
                  

                  来自 ShapeRenderer 的 API:

                  From the API for ShapeRenderer:

                  4个颜色参数指定矩形左下角、右下角、右上角和左上角的颜色,让您可以创建渐变.

                  The 4 color parameters specify the color for the bottom left, bottom right, top right and top left corner of the rectangle, allowing you to create gradients.

                  这篇关于在 Libgdx 中绘制渐变的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Libgdx 如何获取目录中的文件列表? 下一篇:将 Freetypefont 放入 libgdx 皮肤

                  相关文章

                  最新文章

                    <legend id='Tmx2Y'><style id='Tmx2Y'><dir id='Tmx2Y'><q id='Tmx2Y'></q></dir></style></legend>
                    <tfoot id='Tmx2Y'></tfoot>

                    <small id='Tmx2Y'></small><noframes id='Tmx2Y'>

                    1. <i id='Tmx2Y'><tr id='Tmx2Y'><dt id='Tmx2Y'><q id='Tmx2Y'><span id='Tmx2Y'><b id='Tmx2Y'><form id='Tmx2Y'><ins id='Tmx2Y'></ins><ul id='Tmx2Y'></ul><sub id='Tmx2Y'></sub></form><legend id='Tmx2Y'></legend><bdo id='Tmx2Y'><pre id='Tmx2Y'><center id='Tmx2Y'></center></pre></bdo></b><th id='Tmx2Y'></th></span></q></dt></tr></i><div id='Tmx2Y'><tfoot id='Tmx2Y'></tfoot><dl id='Tmx2Y'><fieldset id='Tmx2Y'></fieldset></dl></div>

                        <bdo id='Tmx2Y'></bdo><ul id='Tmx2Y'></ul>