mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
2024 chatgpt update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22I9eYuYrAIfhZceFKAvxNh%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Wiki text reformatting to create headers | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22I9eYuYrAIfhZceFKAvxNh%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
Simple repetitive text formatting example.
|
||||
|
||||
@@ -27,6 +27,75 @@ translate([x,y,z])
|
||||
rotate([x,y,z])
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
==== scale() ====
|
||||
|
||||
|
||||
|
||||
scale([x,y,z])
|
||||
|
||||
|
||||
|
||||
==== resize() ====
|
||||
|
||||
|
||||
|
||||
resize([x,y,z],auto)
|
||||
|
||||
|
||||
|
||||
==== mirror() ====
|
||||
|
||||
|
||||
|
||||
mirror([x,y,z])
|
||||
|
||||
|
||||
|
||||
==== multmatrix() ====
|
||||
|
||||
|
||||
|
||||
multmatrix(m)
|
||||
|
||||
|
||||
|
||||
==== color() ====
|
||||
|
||||
|
||||
|
||||
color("colorname",alpha)
|
||||
|
||||
color([r,g,b,a])
|
||||
|
||||
|
||||
|
||||
==== offset() ====
|
||||
|
||||
|
||||
|
||||
offset(r|delta,chamfer)
|
||||
|
||||
|
||||
|
||||
==== hull() ====
|
||||
|
||||
|
||||
|
||||
hull()
|
||||
|
||||
|
||||
|
||||
==== Minkowski() ====
|
||||
|
||||
|
||||
|
||||
Minkowski()
|
||||
|
||||
|
||||
|
||||
Note: The text was already in the correct format. I just added the headings to make it clearer which function each line refers to.
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: ==== scale() ====
|
||||
@@ -97,4 +166,3 @@ Minkowski()
|
||||
|
||||
Note: The text was already in the correct format. I just added the headings to make it clearer which function each line refers to.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user