LazyDuchess / OpenTS2

Open source re-implementation of The Sims 2 in Unity
Mozilla Public License 2.0
221 stars 17 forks source link

Load and render lot geometry #50

Closed ammaraskar closed 9 months ago

ammaraskar commented 10 months ago

Currently we have the ability to read LOT_OBJECT (0xFA1C39F7) files and render out their scenegraphs:

image

But we aren't loading or rendering any of the lot's geometry so we're missing the grass and roads etc. Not sure if the exact formats and file types for these are known but loading these next would be great.

ammaraskar commented 10 months ago

52 implements this