ResizeBillboard work?
Posted: Mon Mar 18, 2024 2:15 pm
Hello, when try to resize a billboard give me this error 'error memory address'. Is a bug?
// Moved from "Bugs - 3D Engine" to "Coding Questions" (Kiffi)
Code: Select all
bb= CreateBillboardGroup(#PB_Any, MaterialID(mate),10,10)
AddBillboard(bb,0,0,0)
ResizeBillboard(0 , bb, 10,10) ; NO WORK (error memory address???)
// Moved from "Bugs - 3D Engine" to "Coding Questions" (Kiffi)