Metapyziks / SourceUtils

Source engine file format exporting / WebGL map viewer demo.
MIT License
142 stars 21 forks source link

Support for physics lumps? #60

Open cr4yz opened 5 years ago

cr4yz commented 5 years ago

Faces with certain tool textures (invisible, ladder, playerclip etc) seem to be culled from the faces array during compile, I'm looking to access physics or geometry data to build colliders for entities that may have been tied to brushes using these tool textures. Is this a possibility?

Metapyziks commented 5 years ago

Sorry for the late reply! I haven't looked into the physics data in too much detail yet, but it's certainly possible. I'll update this thread when I get around to investigating collision data.

cr4yz commented 5 years ago

Sorry for the late reply! I haven't looked into the physics data in too much detail yet, but it's certainly possible. I'll update this thread when I get around to investigating collision data.

Look forward to it, thanks