CatDogEngine icon indicating copy to clipboard operation
CatDogEngine copied to clipboard

A cross-platform game engine/editor written in modern C++ (WIP)

Results 80 CatDogEngine issues
Sort by recently updated
recently updated
newest added

1. Treat material as a generic resource. For example, MaterialComponent has many PBR parameter Get/Set methods or cartoon parameter Get/Set methods. Firstly, we should remove them and use a metadata...

The default entity object size is too large, and when the entity object is small, the camera does not track it properly

- Overview - The first step is to bake Direct/Indirect Lighting Diffuse. Direct Lighting Diffuse should be same with engine realtime rendering by using same render pipeline. Indirect Lighting Diffuse...

## Modole https://github.com/CatDogEngine/TestAssets/blob/main/PBR/zbrush_for_concept_-_mech_design_d.ver.zip ## Sketchfab ![image](https://github.com/CatDogEngine/CatDogEngine/assets/69386319/7ea47d40-9a56-47b4-8ff8-c21c213f621d) ![image](https://github.com/CatDogEngine/CatDogEngine/assets/69386319/5d14c89a-5f23-4988-adac-73133f98e87c) ## CatDog ![image](https://github.com/CatDogEngine/CatDogEngine/assets/69386319/e379015e-2a36-4857-9cde-05e3c708dca5) ![image](https://github.com/CatDogEngine/CatDogEngine/assets/69386319/2e178d54-0946-40a0-a8dc-dc48a5acf2cf) ### Without Normal Map ![image](https://github.com/CatDogEngine/CatDogEngine/assets/69386319/d97f12e4-5af6-4c89-bc56-f65905e98998) ## Blender ![image](https://github.com/CatDogEngine/CatDogEngine/assets/69386319/0f95fb00-d7d5-42e0-96fc-90f3f3c9f54d)

![09b49cf5634da6d5bc19fab930ee9e8](https://github.com/CatDogEngine/CatDogEngine/assets/106135221/5a620632-44af-4879-b9a5-873e83a5374d)

1.Add detection of whether the mouse is in the view box 2.Use the Alt key instead of the Z key 3.Using shift to limit the direction

VS2022 started marking `stdext::checked_array_iterator` as "deprecated" sometime between 17.7.6 and 17.8.2 witch makes our compilation fail. ``` warning C4996: 'stdext::checked_array_iterator::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard...

![image](https://github.com/CatDogEngine/CatDogEngine/assets/75730859/539e1420-5803-4ca8-8da9-6cd437f89e5c) ![image](https://github.com/CatDogEngine/CatDogEngine/assets/75730859/8cf1ff63-d358-4248-a3bc-17fe2a118e6e)