Coder Social home page Coder Social logo

Comments (5)

blitz-research avatar blitz-research commented on July 17, 2024

Upvote from me!

I use 'left handed' OpenGL so I'm having to 'roll my own' frustum/ortho etc functions.

from glm.

Groovounet avatar Groovounet commented on July 17, 2024

Are those the only function you had to add?

Pull request are always welcome! :D

Christophe

from glm.

blitz-research avatar blitz-research commented on July 17, 2024

Are those the only function you had to add?

I was kind of doing them as I needed them, so there're probably more...

Pull request are always welcome! :D

I can have a go, but how would you like to handle left handedness?

Via a #define, like GLM_LEFT_HANDED? Or via more functions? Perhaps both...?

frustum_lh( blah ){...}

frustum_rh( blah ){...}

frustum( blah ){
#if GLM_LEFT_HANDED
frustum_lh(...);
#else
frustum_rh(...);
#endif
}

Or maybe even another parameter to frustum( ...,bool lh )?

On Tue, Jun 17, 2014 at 11:36 AM, Christophe Riccio <
[email protected]> wrote:

Are those the only function you had to add?

Pull request are always welcome! :D

Christophe


Reply to this email directly or view it on GitHub
#53 (comment).

from glm.

Groovounet avatar Groovounet commented on July 17, 2024

I think both with a define to select the user default approach for glm::frustum is the right way to go with this.

Thanks for contributing!
Christophe

from glm.

JesseTG avatar JesseTG commented on July 17, 2024

Since GLM_LEFT_HANDED is now a thing, can this be closed?

from glm.

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.