Rogy-Engine- icon indicating copy to clipboard operation
Rogy-Engine- copied to clipboard

if a model have texture information ,how do i use it?

Open Ahaenhhhh opened this issue 3 years ago • 1 comments

If I want to import the model from the outside, the model itself has texture mapping, and I changed the model.cpp and mesh.cpp, I'd like to know render.cpp how should be changed

Ahaenhhhh avatar Mar 18 '22 01:03 Ahaenhhhh

Models rendering happen in the "Renderer::RenderScene" function

The "pushing" of renderer commands happen in the "Rogy::UpdateEntity" function

RogyDev avatar Mar 18 '22 07:03 RogyDev