Skip to content
View Mordentary's full-sized avatar
  • Israel

Block or report Mordentary

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Orion Orion Public

    OrionEngine

    C++ 3

  2. SingularityEngine SingularityEngine Public

    WIP multiplatform engine

    C++

  3. Basic-Ray-Tracer Basic-Ray-Tracer Public

    Simple CPU Ray Tracer with C++ without using any API

    C++

  4. RayTracer-Cuda RayTracer-Cuda Public

    CUDA-Accelerated Ray Tracer. Based on Basic-RayTracer project

    Cuda

  5. StarComet StarComet Public

    2D game inspired by the Asteroids

    C#

  6. CudaMeshBVH.h CudaMeshBVH.h
    1
    		__device__ float evaluateSAH(const BVHNode& node, int axis, float pos, int start, int end)
    2
    		{
    3
    			AABB leftBox = AABB_EMPTY;
    4
    			AABB rightBox = AABB_EMPTY;
    5
    			int leftCount = 0, rightCount = 0;