Geometry Storage

Started by
2 comments, last by TheChubu 11 years ago

This is probably pretty basic, but if I wanted to open a model file how would I store the geometry in system memory so I don't have to open and read it every time I need it?

SAMULIKO: My blog

[twitter]samurliko[/twitter]

BitBucket

GitHub

Itch.io

YouTube

Advertisement

You store it in a data structure that stores geometry :P

Software Engineer | Credited Titles: League of Legends, Hearthstone

So I have to define one myself?

SAMULIKO: My blog

[twitter]samurliko[/twitter]

BitBucket

GitHub

Itch.io

YouTube

I'll define one for you: float[] :D

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator

This topic is closed to new replies.

Advertisement