Alles ist Schwarz
Übersicht
BlitzBasic
Beginners-Corner
JumaDotBetreff: Alles ist Schwarz |
Antworten mit Zitat |
|
|---|---|---|
|
Hallo ich hab heute etwas rum gebastelt aber egal was ich mache
ich sehe immer nur ein Schwarzes Fenster das ist mein Code Code: [AUSKLAPPEN] Graphics3D 1280, 1024, 32, 1
SetBuffer BackBuffer() Global camera = CreateCamera() PositionEntity camera,0,0,0 NewIsland = LoadMesh ("NewIsland.b3d") PositionEntity NewIsland, 0, -30, 0 While Not KeyHit(1) PlayerMove() myx#=myx#+MouseXSpeed()/4 myy#=myy#+MouseYSpeed()/4 If myx#<0 Then myx# = 360 If myx#> 360 Then myx# = 0 If myy#>80 Then myy# = 80 If myy#<-80 Then myy# = -80 RotateEntity camera, myy#, -myx#, 0 RotateEntity camera,0, -myx#, 0 Flip Wend End Function PlayerMove() If KeyDown (200) Then MoveEntity camera, 0, 0, 0.2 If KeyDown (208) Then MoveEntity camera, 0, 0, -0.2 If KeyDown (203) Then MoveEntity camera, 0.2, 0, 0 If KeyDown (203) Then MoveEntity camera, -0.2, 0, 0 End Function Ich hab auch schon die Camera Sichtweite auf 30000 verändert sehe aber immer noch nichts Bitte helft mir Sry wegen den fehler hab einen gebrochenen arm geht schwer zu schreiben ^^ |
||
|
|
Nicdel |
Antworten mit Zitat |
|---|---|---|
Du hast RenderWorld vergessen.
|
||
|
Desktop: Intel Pentium 4 2650 Mhz, 2 GB RAM, ATI Radeon HD 3850 512 MB, Windows XP
Notebook: Intel Core i7 720 QM 1.6 Ghz, 4 GB DDR3 RAM, nVidia 230M GT, Windows 7 |
||
JumaDot |
Antworten mit Zitat |
|
|---|---|---|
| ohh man sry danke | ||
|
|
Tankbuster |
Antworten mit Zitat |
|---|---|---|
Aucherdem wäre sowas wie CreateLight vllt angebracht |
||
|
Twitter
Download Jewel Snake! Windows|Android |
||
Übersicht
BlitzBasic
Beginners-Corner
Powered by phpBB © 2001 - 2006, phpBB Group

