You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nico de Poel 3d97e20821 Upgraded project to Unity 2022.3 LTS, including upgrade of URP package to version 14.0 2 years ago
..
QConstants.cs First version of particle trail, supporting rocket trail, smoke trail and blood trail. 5 years ago
QConstants.cs.meta Implemented uploading of skin texture data to Unity, and linking loaded alias models to their primary skin texture 5 years ago
QExtensions.cs Added entity lighting support, by forwarding the shade vector and light color from the engine to Unity. The lighting calculations are replicated in the Quake shader. 5 years ago
QExtensions.cs.meta Some renaming and reorganization 5 years ago
QLightNormals.cs First test converting models from Quake into Unity meshes, including normals and UVs. It's still far from perfect (back side UVs are not handled at all yet) but it's a good demonstration of what will be possible. 5 years ago
QLightNormals.cs.meta First test converting models from Quake into Unity meshes, including normals and UVs. It's still far from perfect (back side UVs are not handled at all yet) but it's a good demonstration of what will be possible. 5 years ago
QMath.cs Reconstruct brush model data based on glpoly_t data generated by GLQuake. We can now successfully display BSP maps in Unity! 5 years ago
QMath.cs.meta Some renaming and reorganization 5 years ago
QModel.cs Marshal animation frame names as bytes and manually decode them using QuakeTextMarshaler. Fixes invalid byte sequence exception upon loading QRally. 4 years ago
QModel.cs.meta Some renaming and reorganization 5 years ago
QTexture.cs Cache brush surface texture numbers instead of re-marshaling them on each access. Fixes textures getting mixed up on brush model entities after map switch. 5 years ago
QTexture.cs.meta Implemented uploading of skin texture data to Unity, and linking loaded alias models to their primary skin texture 5 years ago