Code Monkey home page Code Monkey logo

Comments (6)

T-rvw avatar T-rvw commented on May 18, 2024 1

Hi, @ChaoSXDemon . There is an example project applied by bgfx. You can find it under ThirdParty/bgfx/examples/example27-terrain in CatDogEngine.sln. Just set it as startup project to run the demo.
It is also recommended to run other examples to be familiar with bgfx at first :)

from catdogengine.

T-rvw avatar T-rvw commented on May 18, 2024 1
  • Terrain texturing
    • RasterTek has a basic tutorial : https://www.rastertek.com/dx11ter03.html , search TerrainClass::BuildTerrainModel in the website. The basic idea is just to treat mesh as triangles to set uv. And the final visual result depends on the actual texture size and texture tiling mode.
    • Advanced texture tiling mode : bgfx has a new example-49 about hex tiling to reduce the feeling of duplication.

from catdogengine.

T-rvw avatar T-rvw commented on May 18, 2024 1

from catdogengine.

T-rvw avatar T-rvw commented on May 18, 2024 1

from catdogengine.

T-rvw avatar T-rvw commented on May 18, 2024 1

from catdogengine.

ChaoSXDemon avatar ChaoSXDemon commented on May 18, 2024

This issue is now closed as PR:
https://github.com/CatDogEngine/CatDogEngine/pull/47

has been merged. We will branch into other issues to generate different types of terrain rendering and generation.

from catdogengine.

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.