|
Post by signal11 on Oct 17, 2021 6:48:11 GMT
hi there !
apart from completing topics in the book, i have been using the bonus materials for implementing texturing etc. for my ray-tracer. having completed texture support for cylinders, i was wondering if there is a similar one available for the cone as well ? can you please point me to one ?
this is what i have been using for adding texture support.
-- thank you kindly best regards signal-11
|
|
|
Post by Jamis on Oct 17, 2021 18:04:20 GMT
Hello! A cone can be thought of as a cylinder with one end collapsed to a point. Because of this, you can use a cylinder mapping to apply a texture to a cone. Here's an example of a checkered pattern cylinder-mapped onto a cone:
|
|
|
Post by signal11 on Oct 18, 2021 6:48:44 GMT
Hello! A cone can be thought of as a cylinder with one end collapsed to a point. Because of this, you can use a cylinder mapping to apply a texture to a cone. Here's an example of a checkered pattern cylinder-mapped onto a cone: ah thats a good point. will check it out ! -- thank you kindly !
|
|