Twinklebear / ChameleonRT-lang

A hobby language and API for cross API and cross platform ray tracing
MIT License
13 stars 0 forks source link

User Geometry Support #1

Open ib00 opened 2 years ago

ib00 commented 2 years ago

Does your language support adding intersection with arbitrary objects (eg, spheres, curves, etc.) or is it constrained to triangle meshes?

Twinklebear commented 2 years ago

Yeah I'll have support for user geometry which you can use to implement arbitrary primitive types, but this will be a bit off. Right now the language barely supports anything, so there's a lot to do :)

I'll keep this ticket open to track user geometry support