mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
add obj parser
This commit is contained in:
19
includes/RT/ObjParser.hpp
Normal file
19
includes/RT/ObjParser.hpp
Normal file
@ -0,0 +1,19 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* ObjParser.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/01/13 13:56:04 by tomoron #+# #+# */
|
||||
/* Updated: 2025/01/13 13:56:05 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
# include "RT.hpp"
|
||||
|
||||
class ObjParser
|
||||
{
|
||||
public:
|
||||
ObjParser(std::stringstream RT
|
||||
}
|
Reference in New Issue
Block a user