Fix shaders
This commit is contained in:
parent
400097df9d
commit
620d205532
8 changed files with 22317 additions and 54982 deletions
|
@ -102,6 +102,8 @@ func main() {
|
|||
|
||||
rl.BeginTextureMode(target) // Enable drawing to texture
|
||||
|
||||
rl.ClearBackground(rl.RayWhite)
|
||||
|
||||
rl.BeginMode3D(camera)
|
||||
|
||||
rl.DrawModel(obj, position, 0.1, rl.White) // Draw 3d model with texture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue