Commit Graph

13 Commits

Author SHA1 Message Date
Abe Pazos
6db05951ef Remove unused imports 2025-08-04 12:00:35 +02:00
Edwin Jakobs
426e35ebd0 Replace the custom mod function with Kotlin's built-in mod extension. 2025-02-01 14:21:19 +01:00
Abe Pazos
b7f6905a33 [orx-mesh-generators] Add texture coords to dodecahedron 2025-01-31 17:17:29 +01:00
Abe Pazos
6c9ac412de [orx-mesh-generators] Fix uv coordinates in sphere
The u coordinate was in the 0.5~1.5 range before this change,
now it's between 0.0 and 1.0.
2025-01-31 17:16:14 +01:00
Edwin Jakobs
79e4df32d4 [orx-mesh-generators] Change vertex formats used by meshVertexBuffer and meshVertexBufferWithColor to be Std430 compliant 2025-01-30 16:56:06 +01:00
Edwin Jakobs
e32fcba77b [orx-mesh-generators] Refine error messages in estimateTangents function 2025-01-25 13:57:46 +01:00
Abe Pazos
d1d3af7abc [orx-mesh-generators] Fix grid issue when count==1 2025-01-22 02:30:00 +01:00
Edwin Jakobs
fba1e5b61a [orx-noise] Add hash functions 2024-10-20 14:15:02 +02:00
Edwin Jakobs
e016891b1d [orx-mesh, orx-mesh-generator, orx-obj-loader] Add decal and tangent tools 2024-09-25 09:51:54 +02:00
Edwin Jakobs
c48aa83ced [orx-shapes, orx-mesh-generator] Move frames code from orx-mesh-generator to orx-shapes 2024-03-19 17:54:03 +01:00
Abe Pazos
be07a8fc4c Add new extrusion types, refactor code. (#323) 2023-08-25 21:02:23 +02:00
Abe Pazos
a56fe0cd3b [orx-mesh-generators] Add mesh generator demos (#314)
ector3) method
2023-05-22 12:51:43 +02:00
Abe Pazos
03bf971ff5 Improve mesh generator (#301)
Co-authored-by: Edwin Jakobs <edwin@rndr.studio>
2023-04-19 10:34:55 +02:00