Coder Social home page Coder Social logo

openage-modding's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openage-modding's Issues

Script for transforming terrain textures from dimetric to flat

Some people might want to design their terrain textures in dimetric (isometric) projection because that's how the textures will appear in the game. I suggest we write a script that inverses the transformation done in the render to generate the "flat" texture from a dimetric version. The transformation is pretty straight forward with a transformation matrix:

|  1   -1    0 |
|  0.5  0.5  n |
|  0    0    0 |

Update rendering scripts to support Blender 2.8 release

Blender 2.8 is not out yet, but we should already consider that the Python API will see some changes. The expected release for 2.8 is late 2018. Until then, all scripts that are submitted to this repo should try to include any known API change as a comment below the command that is going to be deprecated. Further more, each occurence of a soon-to-be-deprecated command should be marked with # TODO: Blender 2.8 API change.

This should hopefully ease the transistion to the new version.

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.