Coder Social home page Coder Social logo

maifeeulasad / ashengine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from afterthat97/ash-engine

0.0 0.0 0.0 72.85 MB

A cross-platform 3D engine based on Qt 5.9.7, OpenGL 3.3 and Assimp 4.1.

License: MIT License

C++ 93.46% C 0.31% QMake 1.26% GLSL 2.63% Shell 2.34%

ashengine's Introduction

Hello ! I'm Maifee, Maifee Ul Asad 🇧🇩

GhPageResume

ashengine's People

Contributors

afterthat97 avatar maifeeulasad avatar

Watchers

 avatar

ashengine's Issues

BUG - error: no matching function for call to ‘isnan(float&)

Error log :

src/Core/extmath.cpp: In function ‘QVector3D getIntersectionOfLinePlane(Line, Plane)’:
src/Core/extmath.cpp:33:16: error: no matching function for call to ‘isnan(float&)’
     if (isnan(t) && log_level >= LOG_LEVEL_WARNING)
                ^
src/Core/extmath.cpp:12:6: note: candidate: bool isnan(QVector2D)
 bool isnan(QVector2D a) {
      ^~~~~
src/Core/extmath.cpp:12:6: note:   no known conversion for argument 1 from ‘float’ to ‘QVector2D’
src/Core/extmath.cpp:16:6: note: candidate: bool isnan(QVector3D)
 bool isnan(QVector3D a) {
      ^~~~~
src/Core/extmath.cpp:16:6: note:   no known conversion for argument 1 from ‘float’ to ‘QVector3D’
src/Core/extmath.cpp:20:6: note: candidate: bool isnan(QVector4D)
 bool isnan(QVector4D a) {
      ^~~~~
src/Core/extmath.cpp:20:6: note:   no known conversion for argument 1 from ‘float’ to ‘QVector4D’
Makefile:1354: recipe for target 'build/tmp/release/extmath.o' failed
make: *** [build/tmp/release/extmath.o] Error 1

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.