Jayde
Jayde
CC#
Created by Jayde on 6/2/2024 in #help
Im coding my 3D engine called STRATIS and there are two errors.
Im coding my 3D engine called STRATIS and there are two errors. foreach (var tri in meshCube.tris) The "tri" in the code is showing an error for "A local or parameter named "tri" cannot be declared in this scope because that name is used in an enclosing local scope to define a local or paremeter. and the second error is : Triangle triProjected = new Triangle(); // Initialize triTranslated the triProjected cannot be declared for the same reason.
5 replies